Skip to content

Instantly share code, notes, and snippets.

@palewire
Created December 20, 2012 21:18
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save palewire/4348665 to your computer and use it in GitHub Desktop.
Save palewire/4348665 to your computer and use it in GitHub Desktop.
The 133 standard Crayola crayon colors in CartosCSS and ready for use with TileMill.
/*
Crayola crayon colors
Compiled by @LATdatadesk
Source: http://en.wikipedia.org/wiki/List_of_Crayola_crayon_colors
*/
// Standard colors
@almond: #EFDECD;
@antique_brass: #CD9575;
@apricot: #FDD9B5;
@aquamarine: #78DBE2;
@asparagus: #87A96B;
@atomic_tangerine: #FFA474;
@banana_mania: #FAE7B5;
@beaver: #9F8170;
@bittersweet: #FD7C6E;
@black: #000000;
@blizzard_blue: #ACE5EE;
@blue: #1F75FE;
@bell_blue: #A2A2D0;
@blue_gray: #6699CC;
@blue_green: #0D98BA;
@blue_violet: #7366BD;
@blush: #DE5D83;
@brick_red: #CB4154;
@brown: #B4674D;
@burnt_orange: #FF7F49;
@burnt_sienna: #EA7E5D;
@cadet_blue: #B0B7C6;
@canery: #FFFF99;
@caribbean_green: #1CD3A2;
@carnation_pink: #FFAACC;
@cerise: #DD4492;
@cerulean: #1DACD6;
@chestnut: #BC5D58;
@copper: #DD9475;
@cornflower: #9ACEEB;
@cotton_candy: #FFBCD9;
@dandelion: #FDDB6D;
@denim: #2B6CC4;
@desert_sand: #EFCDB8;
@eggplant: #6E5160;
@electric_line: #CCFF00;
@fern: #71BC78;
@forest_green: #6DAE81;
@fuchsia: #C364C5;
@fuzzy_wuzzy: #CC6666;
@gold: #E7C697;
@goldenrod: #FCD975;
@granny_smith_apple: #A8E4A0;
@gray: #95918C;
@green: #1CAC78;
@green_blue: #1164B4;
@green_yellow: #ADFF2F;
@hot_magenta: #FF1DCE;
@inchworm: #B2EC5D;
@indigo: #5D76CB;
@jazzberry_jam: #CA3767;
@jungle_green: #3BB08F;
@laser_lemon: #FFFF66;
@lavender: #FCB4D5;
@lemon_yellow: #FFF44F;
@macaroni_and_cheese: #FFBD88;
@magenta: #F664AF;
@magic_mint: #AAF0D1;
@mahogany: #CD4A4C;
@maize: #EDD19C;
@manatee: #979AAA;
@mango_tango: #FF8243;
@maroon: #C8385A;
@mauvelous: #EF98AA;
@melon: #FDBCB4;
@midnight_blue: #1A4876;
@mountain_meadow: #30BA8F;
@mulberry: #C54B8C;
@navy_blue: #1974D2;
@neon_carrot: #FFA343;
@olive_green: #BAB86C;
@orange: #FF7538;
@orange_red: #FF2B2B;
@orange_yellow: #F8D568;
@orchid: #E6A8D7;
@outer_space: #414A4C;
@outrageous_orange: #FF6E4A;
@pacific_blue: #1CA9C9;
@peach: #FFCFAB;
@periwinkle: #C5D0E6;
@piggy_pink: #FDDDE6;
@pine_green: #158078;
@pink_flamingo: #FC74FD;
@pink_sherbert: #F78FA7;
@plum: #8E4585;
@purple_heart: #7442C8;
@purple_mountains_majesty: #9D81BA;
@purple_pizzazz: #FE4EDA;
@radical_red: #FF496C;
@raw_sienna: #D68A59;
@raw_umber: #714B23;
@razzle_dazzle_rose: #FF48D0;
@razzmatazz: #E3256B;
@red: #EE204D;
@red_orange: #FF5349;
@red_violet: #C0448F;
@robins_egg_blue: #1FCECB;
@royal_purple: #7851A9;
@salmon: #FF9BAA;
@scarlet: #FC2847;
@screamin_green: #66FF66;
@sea_green: #9FE2BF;
@sepia: #A5694F;
@shadow: #8A795D;
@shamrock: #45CEA2;
@shocking_pink: #FB7EFD;
@silver: #CDC5C2;
@sky_blue: #80DAEB;
@spring_green: #ECEABE;
@sunglow: #FFCF48;
@sunset_orange: #FD5E53;
@tan: #FAA76C;
@teal_blue: #18A7B5;
@thistle: #EBC7DF;
@tickle_me_pink: #FC89AC;
@timberwolf: #DBD7D2;
@tropical_rain_forest: #17806D;
@tumbleweed: #DEAA88;
@turquoise_blue: #77DDE7;
@unmellow_yellow: #FFFF83;
@violet_purple: #926EAE;
@violet_blue: #324AB2;
@violet_red: #F75394;
@vivid_tangerine: #FFA089;
@vivid_violet: #8F509D;
@white: #FFFFFF;
@wild_blue_yonder: #A2ADD0;
@wild_strawberry: #FF43A4;
@wild_watermelon: #FC6C85;
@wisteria: #CDA4DE;
@yellow: #FFFF00;
@yellow_green: #C5E384;
@yellow_orange: #FFAE42;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment