Randomize CSS WordPress plugin can be configured to randomize part of the css on each page view. It can for example change random colors.
Installation
- Download the latest version
- Unzip it to `/wp-content/plugins/` directory
- Create css templates and name them <NAME>.css.tpl
- Upload the css templates to `/wp-content/plugins/randomize-css/templates/css/` directory
- Activate the plugin in the ‘Plugins’ menu
- Edit the options in ‘Settings’ menu
Screenshots




This is the plugin what i was looking for years ,,,,
Is there any way to randomize the category names like in the tags ..
If you know a littlebit of css, you might be able to do it. However it’ll be a bit harder, ’cause I guess that there isn’t a different class for each category. But you could try something like:
li{color:[COLOR]}
li+li{color:[COLOR]}
li+li+li{color:[COLOR]}