Awesome Color Palettes
A cool way to display color palettes on your WordPress site.
The facts
- Rating
- 5★ from 3
- Active installs
- 100+
- Price
- Free
- Last updated
- 30 Mar 2021
- Added
- Jul 2014
- Requires WP
- 3.5
- Tested up to
- WP 5.7.17
- Downloads
- 9,116
Our analysis
AI-assistedAwesome Color Palettes is a WordPress plugin that allows you to display colour palettes on your site. You can use a shortcode to input a list of colours or call it directly with PHP in your theme. The plugin supports up to 10 colours by default, with options for customisation through CSS for additional colours.
This plugin is suitable for users who want to enhance their website's visual appeal by showcasing colour combinations. It is particularly useful for designers or anyone looking to create a more vibrant and engaging site with colour palettes.
Best for: This plugin is best for designers or website owners looking to display colour palettes.
What it does well
- ✓Free to use from the WordPress.org directory
- ✓Supports both shortcode and PHP for flexibility
- ✓Allows custom colour palettes through CSS
- ✓Can handle up to 10 colours out of the box
- ✓Easy to implement with simple code
Where it falls short
- •Limited to 10 colours without additional CSS
- •Directory score indicates potential issues or limitations
Verdict
Awesome Color Palettes provides a straightforward way to showcase colour palettes on WordPress sites, though its limitations may require additional CSS for more complex needs.
From the developer
richardgabriel's own description of Awesome Color Palettes, lightly tidied.
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 add 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%; }