Skip to content

Instantly share code, notes, and snippets.

@indatawetrust
Created February 23, 2022 07:30
Show Gist options
  • Save indatawetrust/78c2e7b3926904ccd53b788153cc250d to your computer and use it in GitHub Desktop.
Save indatawetrust/78c2e7b3926904ccd53b788153cc250d to your computer and use it in GitHub Desktop.
pastel colors
{
"PASTEL_GREEN": "rgb(119, 221, 119)",
"PASTEL_BROWN": "rgb(131, 105, 83)",
"BABY_BLUE": "rgb(137, 207, 240)",
"PASTEL_TURQUOISE": "rgb(153, 197, 196)",
"BLUE_GREEN_PASTEL": "rgb(154, 222, 219)",
"PERSIAN_PASTEL": "rgb(170, 148, 153)",
"MAGIC_MINT": "rgb(170, 240, 209)",
"LIGHT_PASTEL_GREEN": "rgb(178, 251, 165)",
"PASTEL_PURPLE": "rgb(179, 158, 181)",
"PASTEL_LILAC": "rgb(189, 176, 208)",
"PASTEL_PEA": "rgb(190, 231, 165)",
"LIGHT_LIME": "rgb(190, 253, 115)",
"LIGHT_PERIWINKLE": "rgb(193, 198, 252)",
"PALE_MAUVE": "rgb(198, 164, 164)",
"LIGHT_LIGHT_GREEN": "rgb(200, 255, 176)",
"PASTEL_VIOLET": "rgb(203, 153, 201)",
"PASTEL_MINT": "rgb(206, 240, 204)",
"PASTEL_GREY": "rgb(207, 207, 196)",
"PALE_BLUE": "rgb(214, 255, 254)",
"PASTEL_LAVENDER": "rgb(216, 161, 196)",
"PASTEL_PINK": "rgb(222, 165, 164)",
"PASTEL_SMIRK": "rgb(222, 236, 225)",
"PASTEL_DAY": "rgb(223, 216, 225)",
"PASTEL_PARCHMENT": "rgb(229, 217, 211)",
"PASTEL_ROSE_TAN": "rgb(233, 209, 191)",
"PASTEL_MAGENTA": "rgb(244, 154, 194)",
"ELECTRIC_LAVENDER": "rgb(244, 191, 255)",
"PASTEL_YELLOW": "rgb(253, 253, 150)",
"PASTEL_RED": "rgb(255, 105, 97)",
"PASTEL_ORANGE": "rgb(255, 150, 79)",
"AMERICAN_PINK": "rgb(255, 152, 153)",
"BABY_PINK": "rgb(255, 183, 206)",
"BABY_PURPLE": "rgb(202, 155, 247)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment