>
Download This Plugin | |
Download Elegant Themes | |
Name | Awesome Color Palettes |
Version | 1.0 |
Author | Hal Gatewood |
Rating | 100 |
Last updated | 2015-02-16 07:36:00 |
Downloads |
639
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Awesome Color Palettes plugin added 2 kB of resources to the Home page and 2 kB of resources to the sample Post page.
Awesome Color Palettes plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Awesome Color Palettes plugin ads no tables to your Wordpress blog database.Finally a cool way to display color palettes on your site. This tiny little plugin gives you a cool way to display color palette on your pages.
Example of what it looks like: http://halgatewood.com/palettes/
Use the shortcode to and pass in a list of colors:
[awe_palette colors="434858,5886c5,#f2674a,c6006d"]
Or you can call it directly with PHP in your theme:
<?php awesome_color_palettes( array('#cccccc', 'efefef', '666') ); ?>
You can include the # or not, it doesn't care what you do.
Wait, there's more. Create an awesome-color-palette.php
file and put it in your theme folder and you can custom palettes for whatever you need.
It can handle 10 colors out of the box. To make more simply create some CSS like below and add it to your style.css file in your theme.
.awe-color-palette.count-20 .color { width: 5%; }