Added more to Wikipedia list, added less vers of xkcd list

This commit is contained in:
ngoomie 2024-10-22 13:54:29 -06:00
parent 4a10b61047
commit 13770d85f4
5 changed files with 990 additions and 7 deletions

6
.gitignore vendored
View File

@ -5,7 +5,8 @@
.LSOverride .LSOverride
# Icon must end with two \r # Icon must end with two \r
Icon Icon
# Thumbnails # Thumbnails
._* ._*
@ -73,3 +74,6 @@ $RECYCLE.BIN/
# Windows shortcuts # Windows shortcuts
*.lnk *.lnk
# compiled CSS
*.css
*.map

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) <year> <copyright holders> Copyright (c) 2023 ngoomie
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@ -1,13 +1,13 @@
# SCSS colours # CSS colours
A bunch of big default colourlists from elsewhere compiled into SCSS mixins, because I like using default colour lists when intially hashing out web design stuff. A bunch of big default colourlists from elsewhere compiled into CSS and less mixins, because I like using default colour lists when intially hashing out web design stuff.
Licenses for the actual colour lists may vary (can you even bind a pure list of colours to a license?), so take the MIT license as only being for the files in this repo themselves. Licenses for the actual colour lists may vary (can you even bind a pure list of colours to a license?), so take the MIT license as only being for the files in this repo themselves.
## Colour lists ## Colour lists
### Wikipedia's List of Colors — `_wikipedia.scss` ### Wikipedia's List of Colors — `_wikipedia.scss`
_CURRENTLY ONLY CONTAINS COLOURS FROM A-F_ _CURRENTLY ONLY CONTAINS COLOURS FROM A-G; CURRENTLY ONLY AVAILABLE AS SCSS_
Colours from Wikipedia's big "List of colors" articles (they're split into multiple because they're huge). I don't really know what the criteria is for adding a colour? This list is cobbled together from a bunch of sources, some of which are now gone, and I've retained these sources in comments at the end of the row for each colour. Colours from Wikipedia's big "List of colors" articles (they're split into multiple because they're huge). I don't really know what the criteria is for adding a colour? This list is cobbled together from a bunch of sources, some of which are now gone.
Some are named duplicates with different values according to their source, and these will be distinguished between by adding an underscore at the end and then some source info (e.g. 'blue' which has 6 duplicates, `$blue` (this is an X11 colours one), `$blue_crayola`, `$blue_munsell`, `$blue_ncs`, `$blue_pantone` and `$blue_cmyk`). Others are duplicate colours with varying names that were just kinda there for some reason (`$congoPink` and `$coralPink`) Some are named duplicates with different values according to their source, and these will be distinguished between by adding an underscore at the end and then some source info (e.g. 'blue' which has 6 duplicates, `$blue` (this is an X11 colours one), `$blue_crayola`, `$blue_munsell`, `$blue_ncs`, `$blue_pantone` and `$blue_cmyk`). Others are duplicate colours with varying names that were just kinda there for some reason (`$congoPink` and `$coralPink`)

View File

@ -258,4 +258,35 @@ $frostbite: #e936a7; // Crayola
$fuchsia: #ff00ff; // X11/Web $fuchsia: #ff00ff; // X11/Web
$fuschsia_crayola: #c154c1; // Crayola $fuschsia_crayola: #c154c1; // Crayola
$fulvous: #e48400; // 99colors.net $fulvous: #e48400; // 99colors.net
$fuzzyWuzzy: #87421f; // Crayola $fuzzyWuzzy: #87421f; // Crayola
$gainsboro: #DCDCDC;
$gamboge: #E49B0F;
$genericViridian: #007F66;
$ghostWhite: #F8F8FF;
$glaucous: #6082B6;
$glossyGrape: #AB92B3;
$goGreen: #00AB66;
$gold_metallic: #D4AF37;
$gold_web: #FFD700;
$gold_crayola: #E6BE8A;
$gold_fusion: #85754E;
$goldenBrown: #996515;
$goldenPoppy: #FCC200;
$goldenYellow: #FFDF00;
$goldenrod: #DAA520;
$gothamGreen: #00573F;
$graniteGray: #676767;
$grannySmithApple: #A8E4A0;
$gray_web: #808080;
$gray_x11: #BEBEBE;
$green: #00FF00;
$green_crayola: #1CAC78;
$green_web: #008000;
$green_munsell: #00A877;
$green_ncs: #009F6B;
$green_pantone: #00AD43;
$green_pigment: #00A550;
$greenBlue: #1164B4;
$greenLizard: #A7F432;
$greenSheen: #6EAEA1;
$gunmetal: #2a3439;

948
_xkcd.less Normal file
View File

@ -0,0 +1,948 @@
@purple: #7e1e9c;
@green: #15b01a;
@blue: #0343df;
@pink: #ff81c0;
@brown: #653700;
@red: #e50000;
@lightBlue_: #95d0fc;
@teal: #029386;
@orange: #f97306;
@lightGreen_: #96f97b;
@magenta: #c20078;
@yellow: #ffff14;
@skyBlue: #75bbfd;
@grey: #929591;
@limeGreen: #89fe05;
@lightPurple: #bf77f6;
@violet: #9a0eea;
@darkGreen_: #033500;
@turquoise: #06c2ac;
@lavender: #c79fef;
@darkBlue_: #00035b;
@tan: #d1b26f;
@cyan: #00ffff;
@aqua: #13eac9;
@forestGreen: #154406;
@mauve: #ae7181;
@darkPurple: #35063e;
@brightGreen: #01ff07;
@maroon: #650021;
@olive: #6e750e;
@salmon: #ff796c;
@beige: #e6daa6;
@royalBlue: #0504aa;
@navyBlue: #001146;
@lilac: #cea2fd;
@black: #000000;
@hotPink: #ff028d;
@lightBrown: #ad8150;
@paleGreen: #c7fdb5;
@peach: #ffb07c;
@oliveGreen: #677a04;
@darkPink: #cb416b;
@periwinkle: #8e82fe;
@seaGreen: #53fca1;
@lime: #aaff32;
@indigo: #380282;
@mustard: #ceb301;
@lightPink: #ffd1df;
@rose: #cf6275;
@brightBlue: #0165fc;
@neonGreen: #0cff0c;
@burntOrange: #c04e01;
@aquamarine: #04d8b2;
@navy: #01153e;
@grassGreen: #3f9b0b;
@paleBlue: #d0fefe;
@darkRed: #840000;
@brightPurple: #be03fd;
@yellowGreen_: #c0fb2d;
@babyBlue: #a2cffe;
@gold: #dbb40c;
@mintGreen: #8fff9f;
@plum: #580f41;
@royalPurple: #4b006e;
@brickRed: #8f1402;
@darkTeal: #014d4e;
@burgundy: #610023;
@khaki: #aaa662;
@blueGreen_: #137e6d;
@seafoamGreen: #7af9ab;
@kellyGreen: #02ab2e;
@pukeGreen: #9aae07;
@peaGreen: #8eab12;
@taupe: #b9a281;
@darkBrown: #341c02;
@deepPurple: #36013f;
@chartreuse: #c1f80a;
@brightPink: #fe01b1;
@lightOrange: #fdaa48;
@mint: #9ffeb0;
@pastelGreen: #b0ff9d;
@sand: #e2ca76;
@darkOrange: #c65102;
@springGreen: #a9f971;
@puce: #a57e52;
@seafoam: #80f9ad;
@greyBlue: #6b8ba4;
@armyGreen: #4b5d16;
@darkGrey: #363737;
@darkYellow: #d5b60a;
@cerulean: #0485d1;
@lightRed: #ff474c;
@mustardYellow: #d2bd0a;
@ochre: #bf9005;
@paleYellow: #ffff84;
@crimson: #8c000f;
@fuschia: #ed0dd9;
@hunterGreen: #0b4008;
@blueGrey_: #607c8e;
@slateBlue: #5b7c99;
@palePurple: #b790d4;
@seablue: #047495;
@pinkish: #d46a7e;
@puke: #a5a502;
@lightGrey: #d8dcd6;
@leafGreen: #5ca904;
@lightYellow: #fffe7a;
@eggplant: #380835;
@steelBlue: #5a7d9a;
@mossGreen: #658b38;
@robinsEggBlue: #98eff9;
@white: #ffffff;
@greyGreen: #789b73;
@sage: #87ae73;
@brick: #a03623;
@burntSienna: #b04e0f;
@reddishBrown: #7f2b0a;
@cream: #ffffc2;
@coral: #fc5a50;
@oceanBlue: #03719c;
@greenish: #40a368;
@darkMagenta: #960056;
@redOrange: #fd3c06;
@bluishPurple: #703be7;
@midnightBlue: #020035;
@lightViolet: #d6b4fc;
@dustyRose: #c0737a;
@mediumBlue: #2c6fbb;
@greenishYellow: #cdfd02;
@yellowishGreen: #b0dd16;
@purplishBlue: #601ef9;
@greyishBlue: #5e819d;
@grape: #6c3461;
@lightOlive: #acbf69;
@cornflowerBlue: #5170d7;
@pinkishRed: #f10c45;
@brightRed: #ff000d;
@azure: #069af3;
@bluePurple: #5729ce;
@darkTurquoise: #045c5a;
@electricBlue: #0652ff;
@offWhite: #ffffe4;
@powderBlue: #b1d1fc;
@wine: #80013f;
@dullGreen: #74a662;
@appleGreen: #76cd26;
@lightTurquoise: #7ef4cc;
@neonPurple: #bc13fe;
@cobalt: #1e488f;
@pinkish: #d46a7e;
@oliveDrab: #6f7632;
@darkCyan: #0a888a;
@purpleBlue: #632de9;
@darkViolet: #34013f;
@darkLavender: #856798;
@forrestGreen: #154406;
@vomit: #a2a415;
@paleOrange: #ffa756;
@greenishBlue: #0b8b87;
@darkTan: #af884a;
@greenBlue_: #23c48b;
@bluishGreen: #10a674;
@pastelBlue: #a2bffe;
@moss: #769958;
@grass: #5cac2d;
@deepPink: #cb0162;
@bloodRed: #980002;
@sageGreen: #88b378;
@aquaBlue: #02d8e9;
@terracotta: #ca6641;
@pastelPurple: #caa0ff;
@sienna: #a9561e;
@darkOlive: #373e02;
@greenYellow: #c9ff27;
@scarlet: #be0119;
@greyishGreen: #82a67d;
@chocolate: #3d1c02;
@blueViolet: #5d06e9;
@cornflower: #6a79f7;
@babyPink: #ffb7ce;
@charcoal: #343837;
@pineGreen: #0a481e;
@pumpkin: #e17701;
@greenishBrown: #696006;
@redBrown: #8b2e16;
@brownishGreen: #6a6e09;
@tangerine: #ff9408;
@salmonPink: #fe7b7c;;
@aquaGreen: #12e193;
@raspberry: #b00149;
@greyishPurple: #887191;
@rosePink: #f7879a;
@neonPink: #fe019a;
@cobaltBlue: #030aa7;
@orangeBrown: #be6400;
@deepRed: #9a0200;
@orangeRed_: #fd411e;
@dirtyYellow: #cdc50a;
@orchid: #c875c4;
@reddishPink: #fe2c54;
@reddishPurple: #910951;
@yellowOrange: #fcb001;
@lightCyan: #acfffc;
@sky: #82cafc;
@lightMagenta: #fa5ff7;
@paleRed: #d9544d;
@emerald: #01a049;
@darkBeing: #341c02;
@uglyGreen: #7a9703;
@jade: #1fa774;
@greenishGrey: #96ae8d;
@darkSalmon: #c85a53;
@purplishPink: #ce5dae;
@darkAqua: #05696b;
@brownishOrange: #cb7723;
@lightOliveGreen: #a4be5c;
@lightAqua: #8cffdb;
@clay: #b66a50;
@mediumGreen: #39ad48;
@burntUmber: #a0450e;
@dullBlue: #49759c;
@paleBrown: #b1916e;
@emeraldGreen: #028f1e;
@brownish: #9c6d57;
@mud: #735c12;
@darkRose: #b5485d;
@brownishRed: #9e3623;
@pinkPurple: #db4bda;
@pinkyPurple: #c94cbe;
@camoGreen: #526525;
@fadedGreen: #7bb274;
@dustyPink: #d58a94;
@purplePink: #e03fd8;
@vomitGreen: #89a203;
@deepGreen: #02590f;
@reddishOrange: #f8481c;
@mahogany: #4a0100;
@aubergine: #3d0734;
@dullPink: #d5869d;
@evergreen: #05472a;
@darkSkyBlue: #448ee4;
@veryLightGreen: #d1ffbd;
@pastelPink: #ffbacd;
@greyPurple: #826d8c;
@veryLightBlue: #d5ffff;
@darkMauve: #874c62;
@cadetBlue: #4e7496;
@iceBlue: #d7fffe;
@lightTan: #fbeeac;
@dirtyGreen: #667e2c;
@neonBlue: #04d9ff;
@wineRed: #7b0323;
@chocolateBrown: #411900;
@dullPurple: #84597e;
@yellowBrown: #b79400;
@denim: #3b638c;
@eggshell: #ffffd4;
@jungleGreen: #048243;
@darkPeach: #de7e5d;
@poop: #7f5e00;
@umber: #b26400;
@lightLavender: #dfc5fe;
@brightYellow: #fffd01;
@goldenYellow: #fec615;
@dustyBlue: #5a86ad;
@electricGreen: #21fc0d;
@lighterGreen: #75fd63;
@slateGrey: #59656d;
@tealGreen: #25a36f;
@marineBlue: #01386a;
@avocado: #90b134;
@terraCotta_: #c9643b;
@dustyPurple: #825f87;
@lightMaroon: #a24857;
@reddish: #c44240;
@darkLilac: #9c6da5;
@darkPeriwinkle: #665fd1;
@bluishGrey: #748b97;
@pukeYellow: #c2be0e;
@purplish: #94568c;
@ultramarine: #2000b1;
@barneyPurple: #a00498;
@forest: #0b5509;
@peaSoup: #929901;
@brownishYellow: #c9b003;
@brightTeal: #01f9c6;
@bluegreen: #017a79;
@greenBrown: #544e03;
@blurple: #5539cc;
@lightSkyBlue: #c6fcff;
@periwinkleBlue: #8f99fb;
@paleViolet: #ceaefa;
@darkerGreen: #033500;
@trueBlue: #010fcc;
@greenGrey: #77926f;
@greyBrown: #7f7053;
@darkOliveGreen: #3c4d03;
@apricot: #ffb16d;
@fadedPurple: #916e99;
@darkerBlue: #00035b;
@cerise: #de0c62;
@khakiGreen: #728639;
@burntRed: #9f2305;
@lightForestGreen: #4f9153;
@violetBlue: #510ac9;
@paleLavender: #eecffe;
@acidGreen: #8ffe09;
@purpleGrey: #866f85;
@lemon: #fdff38;
@brightOrange: #ff5b00;
@softGreen: #6fc276;
@blush: #f29e8e;
@yellowishBrown: #9b7a01;
@fluorescentGreen: #08ff08;
@electricPurple: #aa23ff;
@steel: #738595;
@dullOrange: #d8863b;
@muddyGreen: #657432;
@marigold: #fcc006;
@ocean: #017b92;
@lightMauve: #c292a1;
@bordeaux: #7b002c;
@lightBlueGreen: #7efbb3;
@yellowish: #faee66;
@snotGreen: #9dc100;
@lightLimeGreen: #b9ff66;
@drabGreen: #749551;
@fadedBlue: #658cbb;
@darkForestGreen: #002d04;
@hotPurple: #cb00f5;
@darkMaroon: #3c0008;
@brownGreen: #706c11;
@swampGreen: #748500;
@lightIndigo: #6d5acf;
@purpleyBlue: #5f34e7;
@lightishBlue: #3d7afd;
@tealBlue: #01889f;
@denimBlue: #3b5b92;
@darkLimeGreen: #7ebd01;
@dullYellow: #eedc5b;
@pistachio: #c0fa8b;
@lemonYellow: #fdff52;
@redViolet: #9e0168;
@duskyPink: #cc7a8b;
@dirt: #8a6e45;
@veryDarkGreen: #062e03;
@mediumPurple: #9e43a2;
@shit: #7f5f00;
@darkMustard: #a88905;
@peaSoupGreen: #94a617;
@bubblegumPink: #fe83cc;
@barbiePink: #fe46a5;
@militaryGreen: #667c3e;
@paleTeal: #82cbb2;
@bronze: #a87900;
@pinkyRed: #fc2647;
@dullRed: #bb3f3f;
@darkishBlue: #014182;
@bluish: #2976bb;
@darkGold: #b59410;
@yellowyGreen: #bff128;
@pine: #2b5d34;
@darkBlueGreen: #005249;
@dirtyPink: #ca7b80;
@slateGreen: #658d6d;
@prussianBlue: #004577;
@brightViolet: #ad0afd;
@lighterPurple: #a55af4;
@steelGrey: #6f828a;
@russet: #a13905;
@vermillion: #f4320c;
@greyishBrown: #7a6a4f;
@redPurple: #820747;
@redPink: #fa2a55;
@brightTurquoise: #0ffef9;
@goldenBrown: #b27a01;
@ceruleanBlue: #056eee;
@softBlue: #6488ea;
@easterGreen: #8cfd7e;
@amber: #feb308;
@midBlue: #276ab3;
@shitBrown: #7b5804;
@hospitalGreen: #9be5aa;
@purpleishBlue: #6140ef;
@purplyBlue: #661aee;
@silver: #c5c9c7;
@sicklyGreen: #94b21c;
@melon: #ff7855;
@duskyRose: #ba6873;
@brownOrange: #b96902;
@darkishGreen: #287c37;
@cranberry: #9e003a;
@purpleish: #98568d;
@ecru: #feffca;
@darkerPurple: #35063e;
@mocha: #9d7651;
@brightMagenta: #ff08e8;
@coffee: #a6814c;
@sepia: #985e2b;
@fadedRed: #d3494e;
@canaryYellow: #fffe40;
@blueyPurple: #6241c7;
@pastelYellow: #fffe71;
@paleTurquoise: #a5fbd5;
@greyishPink: #c88d94;
@marine: #042e60;
@purplishGrey: #7a687f;
@camel: #c69f59;
@brownishGrey: #86775f;
@burntYellow: #d5ab09;
@cherryRed: #f7022a;
@orangeyBrown: #b16002;
@softPink: #fdb0c0;
@darkSeaGreen: #11875d;
@aquaMarine_: #2ee8bb;
@robinEggBlue: #98eff9;
@lightSeaGreen: #98f6b0;
@mudBrown: #60460f;
@sands: #e2ca76;
@britishRacingGreen: #05480d;
@fadedPink: #de9dac;
@maize: #f4d054;
@ocre: #c69c04;
@orangeYellow: #ffad01;
@darkKhan: #454936;
@lightLime: #aefd6c;
@brightLightBlue: #26f7fd;
@jadeGreen: #2baf6a;
@barney: #ac1db8;
@adobe: #bd6c48;
@mintyGreen: #0bf77d;
@lightNavyBlue: #2e5a88;
@dustyGreen: #76a973;
@veryDarkBlue: #000133;
@oceanGreen: #3d9973;
@mustardGreen: #a8b504;
@poopBrown: #7a5901;
@oliveBrown: #645403;
@pinkRed: #f5054f;
@lightNavy: #155084;
@veryLightPurple: #f6cefc;
@ivory: #ffffcb;
@brightLavender: #c760ff;
@brightAqua: #0bf9ea;
@robinsEgg: #6dedfd;
@mutedGreen: #5fa052;
@mediumBrown: #7f5112;
@copper: #b66325;
@darkLime: #84b701;
@strawberry: #fb2943;
@dirtBrown: #836539;
@celery: #c1fd95;
@brightSkyBlue: #02ccfe;
@pooBrown: #885f01;
@pinkishBrown: #b17261;
@celadon: #befdb7;
@brightLimeGreen: #65fe08;
@auburn: #9a3001;
@shockingPink: #fe02a2;
@mulberry: #920a4e;
@carolinaBlue: #8ab8fe;
@lightishGreen: #61e160;
@lightLilac: #edc8ff;
@paleOlive: #b9cc81;
@pumpkinOrange: #fb7d07;
@yellowOchre: #cb9d06;
@fireEngineRed: #fe0002;
@deepSkyBlue: #0d75f8;
@watermelon: #fd4659;
@bottleGreen: #044a05;
@veryDarkPurple: #2a0134;
@wheat: #fbdd7e;
@murkyGreen: #6c7a0e;
@brownishPurple: #76424e;
@kermitGreen: #5cb200;
@primaryBlue: #0804f9;
@orangeyRed: #fa4224;
@paleLilac: #e4cbff;
@rustRed: #aa2704;
@dirtyOrange: #c87606;
@pinkishGrey: #c8aca9;
@lightPlum: #9d5783;
@greenyBlue: #42b395;
@darkNavy: #000435;
@pinkSlashPurple: #ef1de7;
@irishGreen: #019529;
@babyPoop: #937c00;
@slimeGreen: #99cc04;
@purplishRed: #b0054b;
@rouge: #ab1239;
@lightRose: #ffc5cb;
@drab: #828344;
@darkNavyBlue: #00022e;
@lightYellowGreen: #ccfd7f;
@easterPurple: #c071fe;
@snot: #acbb0d;
@lightSalmon: #fea993;
@purpleyPink: #c83cb9;
@poo: #8f7303;
@berry: #990f4b;
@mediumGrey: #7d7f7c;
@brownRed: #922b05;
@blood: #770001;
@softPurple: #a66fb5;
@greyPink: #c3909b;
@blueyGreen: #2bb179;
@midnight: #03012d;
@darkIndigo: #1f0954;
@warmGrey: #978a84;
@sandyBrown: #c4a661;
@cherry: #cf0234;
@blueSlashPurple: #5a06ef;
@gunmetal: #536267;
@deepViolet: #490648;
@treeGreen: #2a7e19;
@orangishBrown: #b25f03;
@shamrockGreen: #02c14d;
@orangishRed: #f43605;
@greenyYellow: #c6f808;
@uglyYellow: #d0c101;
@frenchBlue: #436bad;
@duskyPurple: #895b7b;
@butterYellow: #fffd74;
@lightBeige: #fffeb6;
@golden: #f5bf03;
@duskyBlue: #475f94;
@lightblue: #7bc8f6;
@purplyPink: #f075e6;
@offGreen: #6ba353;
@ocher: #bf9b0c;
@milkChocolate: #7f4e1e;
@lightPeach: #ffd8b1;
@deepMagneta: #a0025c;
@caramel: #af6f09;
@greenishTeal: #32bf84;
@paleLime: #befd73;
@purpleRed: #990147;
@blueberry: #464196;
@asparagus: #77ab56;
@paleGrey: #fdfdfe;
@lightGreyBlue: #9dbcd4;
@paleLimeGreen: #b1ff65;
@grassyGreen: #419c03;
@mossyGreen: #638b27;
@earth: #a2653e;
@deepOrange: #dc4d01;
@paleAqua: #b8ffeb;
@roseRed: #be013c;
@stone: #ada587;
@rustyOrange: #cd5909;
@pea: #a4bf20;
@sickGreen: #9db92c;
@darkerPink: #d90166;
@chestnut: #742802;
@blueSlashGreen: #0f9b8e;
@amethyst: #9b5fc0;
@darkMint: #48c072;
@paleRose: #fdc1c5;
@mutedBlue: #3b719f;
@fawn: #cfaf7b;
@buff: #fef69e;
@turquoiseGreen: #04f489;
@muddyBrown: #886806;
@sea: #3c9992;
@tomato: #ef4026;
@carnationPink: #ff7fa7;
@banana: #ffff7e;
@neonYellow: #cfff04;
@greyish: #a8a495;
@midGreen: #50a747;
@mutedPurple: #805b87;
@electricPink: #ff0490;
@sandy: #f1da7a;
@uglyPink: #cd7584;
@turquoiseBlue: #06b1c4;
@lightBurgundy: #a8415b;
@greenishTan: #bccb7a;
@darkMink: #874c62;
@lightUrple: #b36ff6;
@midnightPurple: #280137;
@pinkishOrange: #ff724c;
@pear: #cbf85f;
@darkPlum: #3f012c;
@tealish: #24bca8;
@perrywine: #8f003e;
@yellowishOrange: #ffab0f;
@pastelOrange: #ff964f;
@iris: #6258c4;
@ultramarineBlue: #1805db;
@navyGreen: #35530a;
@seaweed: #18d17b;
@kiwi: #9cef43;
@fluoroGreen: #0aff02;
@brightLightGreen: #2dfe54;
@vividGreen: #2fef10;
@frogGreen: #58bc08;
@dullBrown: #876e4b;
@dusk: #4e5481;
@mustardBrown: #ac7e04;
@leafyGreen: #51b73b;
@coolBlue: #4984b8;
@almostBlack: #070d0d;
@yellowSlashGreen: #c8fd3d;
@heliotrope: #d94ff5;
@greenApple: #5edc1f;
@babyPoopGreen: #8f9805;
@apple: #6ecb3c;
@purpleishPink: #df4ec8;
@nightBlue: #040348;
@merlot: #730039;
@lightgreen: #76ff7b;
@tomatoRed: #ec2d01;
@keyLime: #aeff6e;
@paleCyran: #b7fffa;
@vomitYellow: #c7c10c;
@purplishBrown: #6b4247;
@bubblegum: #ff6cb5;
@shamrock: #01b44c;
@mango: #ffa62b;
@limeYellow: #d0fe1d;
@hotGreen: #25ff29;
@grapePurple: #5d1451;
@fadedOrange: #f0944d;
@avocadoGreen: #87a922;
@peacockBlue: #016795;
@weirdGreen: #3ae57f;
@brightLilac: #c95efb;
@fernGreen: #548d44;
@dirtyBlue: #3f829d;
@rustOrange: #c45508;
@heather: #a484ac;
@deepTeal: #00555a;
@darkSeafoam: #1fb57a;
@babyPoo: #ab9004;
@yellowgreen: #bbf90f;
@lightSage: #bcecac;
@lightAquamarine: #7bfdc7;
@spearmint: #1ef876;
@brightLime: #87fd05;
@vibrantGreen: #0add08;
@veryPaleGreen: #cffdbc;
@fadedYellow: #feff7f;
@bile: #b5c306;
@viridian: #1e9167;
@veryLightPink: #fff4f2;
@pukeBrown: #947706;
@mediumPink: #f36196;
@uglyPurple: #a442a0;
@sunshineYellow: #fffd37;
@seaweedGreen: #35ad6b;
@lightPeriwinkle: #c1c6fc;
@lemonGreen: #adf802;
@greenyBrown: #696006;
@darkGreyBlue: #29465b;
@brightOlive: #9cbb04;
@turtleGreen: #75b84f;
@paleSkyBlue: #bdf6fe;
@lightMustard: #f7d560;
@diarrhea: #9f8303;
@darkAquamarine: #017371;
@brownishPink: #c27e79;
@babyShitGreen: #889717;
@purpley: #8756e4;
@greyBlue: #77a1b5;
@hotMagenta: #f504c9;
@blueSlashGrey: #758da3;
@pale: #fff9d0;
@coolGreen: #33b864;
@sandyYellow: #fdee73;
@eggshellBlue: #c4fff7;
@barfGreen: #94ac02;
@babyGreen: #8cff9e;
@vibrantPurple: #ad03de;
@brownGrey: #8d8468;
@waterBlue: #0e87cc;
@lipstickRed: #c0022f;
@bananaYellow: #fafe4b;
@wisteria: #a87dc2;
@purpleBrown: #673a3f;
@brownYellow: #b29705;
@purpleSlashPink: #d725de;
@lemonLime: #bffe28;
@greySlashBlue: #647d8e;
@dustyRed: #b9484e;
@deepRose: #c74767;
@darkSeafoamGreen: #3eaf76;
@muddyYellow: #bfac05;
@carnation: #fd798f;
@yellowyBrown: #ae8b0c;
@violetRed: #a50055;
@twilightBlue: #0a437a;
@pureBlue: #0203e2;
@lightishRed: #fe2f4a;
@brickOrange: #c14a09;
@velvet: #750851;
@sunflower: #ffc512;
@lightMintGreen: #a6fbb2;
@lightGrassGreen: #9af764;
@lavenderBlue: #8b88f8;
@rustyRed: #af2f0d;
@lightishPurple: #a552e6;
@driedBlood: #4b0101;
@lightBlueGrey: #b7c9e2;
@leaf: #71aa34;
@orangish: #fc824a;
@paleOliveGreen: #b1d27b;
@offYellow: #f1f33f;
@dustyOrange: #f0833a;
@butter: #ffff81;
@royal: #0c1793;
@petrol: #005f6a;
@greenishCyan: #2afeb7;
@duckEggBlue: #c3fbf4;
@bubbleGumPink_: #ff69af;
@bluegrey: #85a3b2;
@warmBrown: #964e02;
@twilight: #4e518b;
@saffron: #feb209;
@purpleSlashBlue: #5a06ef;
@darkSand: #a88f59;
@vibrantBlue: #0339f8;
@putty: #beae8a;
@lawnGreen: #4da409;
@camouflageGreen: #4b6113;
@blushPink: #fe828c;
@reddyBrown: #6e1005;
@darkishRed: #a90308;
@algaeGreen: #21c36f;
@darkCoral: #cf524e;
@brightCyan: #41fdfe;
@pissYellow: #ddd618;
@pastelRed: #db5856;
@greenishTurquoise: #00fbb0;
@dark: #1b2431;
@ruby: #ca0147;
@poopGreen: #6f7c00;
@orangered: #fe420f;
@dandelion: #fedf08;
@claret: #680018;
@paleMauve: #fed0fc;
@lipstick: #d5174e;
@rosa: #fe86a4;
@darkblue: #030764;
@tanBrown: #ab7e4c;
@shitGreen: #758000;
@redWine: #8c0034;
@pinky: #fc86aa;
@mudGreen: #606602;
@lightGreenishBlue: #63f7b4;
@dullTeal: #5f9e8f;
@deepLavender: #8d5eb7;
@vividBlue: #152eff;
@rawUmber: #a75e09;
@lightMint: #b6ffbb;
@lightLightBlue: #cafffb;
@highlighterGreen: #1bfc06;
@greenyGrey: #7ea07a;
@blueyGrey: #89a0b0;
@algae: #54ac68;
@sapGreen: #5c8b15;
@paleSalmom: #ffb19a;
@metallicBlue: #4f738e;
@ice: #d6fffa;
@grossGreen: #a0bf16;
@dodgerBlue: #3e82fc;
@warmPink: #fb5581;
@lightGreenBlue: #56fca2;
@flatGreen: #699d4c;
@darkBlueGrey: #1f3b4d;
@clayBrown: #b2713d;
@sandYellow: #fce166;
@grapefruit: #fd5956;
@bloodOrange: #fe4b03;
@veyPaleBlue: #d5ffff;
@oldPink: #c77986;
@neonRed: #ff073a;
@goldenRod: #f9bc08;
@plumPurple: #4e0550;
@palePeach: #ffe5ad;
@greenAgain: #21c36f;
@darkYellowGreen: #728f02;
@carmine: #9d0216;
@deepSeaBlue: #015482;
@darkHotPink: #d90166;
@warmBlue: #4b57db;
@lightKhaki: #e6f2a2;
@ickyGreen: #8fae22;
@greenblue: #23c48b;
@dirtyPurple: #734a65;
@richBlue: #021bf9;
@mushroom: #ba9e88;
@flatBlue: #3c73a8;
@darkSlateBlue: #214761;
@darkSage: #598556;
@coralPink: #ff6163;
@trueGreen: #089404;
@darkishPurple: #751973;
@darkTaupe: #7f684e;
@coolGrey: #95a3a6;
@canary: #fdff63;
@boogerGreen: #96b403;
@mutedPink: #d1768f;
@hazel: #8e7618;
@darkRoyalBlue: #02066f;
@vividPurple: #9900fa;
@racingGreen: #014600;
@leather: #ac7434;
@greenSlashBlue: #01c08d;
@sunflowerYellow: #ffda03;
@richPurple: #720058;
@paleMagenta: #d767ad;
@lightYellowishGreen: #c2ff89;
@indigoBlue: #3a18b1;
@darkFuschia: #9d0759;
@yellowTan: #ffe36e;
@wintergreen: #20f986;
@violetPink: #fb5ffc;
@topaz: #13bbaf;
@seafoamBlue: #78d1b6;
@lightGold: #fddc5c;
@greySlashGreen: #86a17d;
@foamGreen: #90fda9;
@creme: #ffffb6;
@clearBlue: #247afd;
@uglyBlue: #31668a;
@terracota: #cb6843;
@veryDarkBrown: #1d0200;
@straw: #fcf679;
@parchment: #fefcaf;
@orangeyYellow: #fdb915;
@greyishTeal: #719f91;
@sapphire: #2138ab;
@niceBlue: #107ab0;
@brownyOrange: #ca6b02;
@washedOutGreen: #bcf5a6;
@tiffanyBlue: #7bf2da;
@lightSeafoam: #a0febf;
@lightNeonGreen: #4efd54;
@lightBrightGreen: #53fe5c;
@lightBluishGreen: #76fda8;
@rosyPink: #f6688e;
@peachyPink: #ff9a8a;
@paleLightGreen: #b1fc99;
@oldRose: #c87f89;
@fern: #63a950;
@duskBlue: #26538d;
@camo: #7f8f4e;
@burntSiena: #b75203;
@tealishGreen: #0cdc73;
@swamp: #698339;
@sandBrown: #cba560;
@rustBrown: #8b3103;
@orangeish: #fd8d49;
@lightRoyalBlue: #3a2efe;
@cocoa: #875f42;
@babyPurple: #ca9bf7;
@rawSienna: #9a6200;
@radioactiveGreen: #2cfa1f;
@lightPeaGreen: #c4fe82;
@cinnamon: #ac4f06;
@squash: #f2ab15;
@charcoalGrey: #3c4142;
@brightYellowGreen: #9dff00;
@babyPukeGreen: #b6c406;
@poisonGreen: #40fd14;
@lightLavendar: #efc0fe;
@indianRed: #850e04;
@darkCream: #fff39a;
@toupe: #c7ac7d;
@butterscotch: #fdb147;
@burple: #6832e3;
@tanGreen: #a9be70;
@sunYellow: #ffdf22;
@paleGold: #fdde6c;
@lightLightGreen: #cafffb;
@lichen: #8fb67b;
@greenSlashYellow: #c9ff27;
@darkgreen: #054907;
@azul: #1d5dec;
@sunnyYellow: #fff917;
@sicklyYellow: #d0e429;
@kelleyGreen: #009337;
@bruise: #7e4071;
@brownyGreen: #6f6c0a;
@battleshipGrey: #6b7c85;
@offBlue: #5684ae;
@manilla: #fffa86;
@greenishBeige: #c9d179;
@deepBrown: #410200;
@darkishPink: #da467d;
@custard: #fffd78;
@uglyBrown: #7d7103;
@stormyBlue: #507b9c;
@liliac: #c48efd;
@babyShitBrown: #ad900d;
@reddishGrey: #997570;
@powderPink: #ffb2d0;
@eggplantPurple: #430541;
@eggShell_: #ffffd4;
@veryLightBrown: #d3b683;
@teaGreen: #bdf8a3;
@orangePink: #ff6f52;
@lightGreyGreen: #b7e1a1;
@kiwiGreen: #8ee53f;
@boringGreen: #63b365;
@lightPastelGreen: #b2fba5;
@candyPink: #ff63e9;
@purply: #983fb2;
@purpleyGrey: #947e94;
@dustyLavender: #ac86a8;
@desert: #ccad60;
@deepLilac: #966ebd;
@pigPink: #e78ea5;
@oliveYellow: #c2b709;
@lightSeafoamGreen: #a7ffb5;
@lightMossGreen: #a6c875;
@lavenderPink: #dd85d7;
@deepAqua: #08787f;
@bland: #afa88b;
@strongPink: #ff0789;
@greenTeal: #0cb577;
@deepTurquoise: #017374;
@darkGreenBlue: #1f6357;
@brightSeaGreen: #05ffa6;
@booger: #9bb53c;
@blueWithAHintOfPurple: #533cc6;
@blueBlue: #2242c7;
@windowsBlue: #3778bf;
@toxicGreen: #61de2a;
@strongBlue: #0c06f7;
@spruce: #0a5f38;
@pinkishTan: #d99b82;
@macaroniAndCheese: #efb435;
@greyTeal: #5e9b8a;
@dustyTeal: #4c9085;
@darkGrassGreen: #388004;
@cement: #a5a391;
@yellowishTan: #fcfc81;
@warmPurple: #952e8f;
@tea: #65ab7c;
@reallyLightBlue: #d4ffff;
@nastyGreen: #70b23f;
@lightEggplant: #894585;
@freshGreen: #69d84f;
@electricLime: #a8ff04;
@dust: #b2996e;
@darkPastelGreen: #56ae57;
@cloudyBlue: #acc2d9;