A quick visual reference to every ColorBrewer scale; colors by Cynthia Brewer. Available in CSS and JS format. Click on a palette to log the constituent colors in hexadecimal RGB to the console.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| //get dashboard if one is setup | |
| global $current_user; | |
| get_currentuserinfo(); | |
| // $custom_fields = get_post_custom_values('dashboard_url'); //post must have this configured | |
| // $dashboard_url = $custom_fields[0]; //the first value, there technically could be more than 1 |