Maybe bit of an odd question, but I have a site which is fairly bland in terms of colour and I want to create either 4 or 5 CSS files which contain different colours or perhaps just a colour switch??
Basically, the site has two colours - white and dark colour which is used for the text and the background to some divs.
It also has two logos on it and I will recreate these with the other colours.
I'm looking to create maybe 4 or 5 colours (red, blue, etc) which will load at random when the page loads. My site is scripted in PHP.
I suppose I would want the colour scheme to remain constant whilst the user is on the site, so every new visitor will get a random colour (from my 4 or 5 colours) and then remain on that colour whilst they visit different pages on that site for their visit.
Does that all makes sense?
My thoughts were around just loading a different colour variable for the text and div backgrounds, but I suspect I'll need 4 or 5 different CSS files.
Basically, the site has two colours - white and dark colour which is used for the text and the background to some divs.
It also has two logos on it and I will recreate these with the other colours.
I'm looking to create maybe 4 or 5 colours (red, blue, etc) which will load at random when the page loads. My site is scripted in PHP.
I suppose I would want the colour scheme to remain constant whilst the user is on the site, so every new visitor will get a random colour (from my 4 or 5 colours) and then remain on that colour whilst they visit different pages on that site for their visit.
Does that all makes sense?
My thoughts were around just loading a different colour variable for the text and div backgrounds, but I suspect I'll need 4 or 5 different CSS files.