Skip to content

Instantly share code, notes, and snippets.

@boriskirov
Last active December 2, 2022 13:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boriskirov/8f146a2ea71dc3f6502e720cc7f24ca8 to your computer and use it in GitHub Desktop.
Save boriskirov/8f146a2ea71dc3f6502e720cc7f24ca8 to your computer and use it in GitHub Desktop.
My personal color schema for creating visual schemas and architecture, inspired by the P3 color space. Feel free to explore and use it.
const ColorData = [
{
code: "#6bf4c8",
},
{
code: "#5debac",
},
{
code: "#66ed7f",
},
{
code: "#ffd253",
},
{
code: "#ff7253",
},
{
code: "#f0696a",
},
{
code: "#f06a8b",
},
{
code: "#ff9cb4",
},
{
code: "#b66afe",
},
{
code: "#6ac9f5",
},
{
code: "#62acfe",
},
{
code: "#686afe",
},
{
code: "#00091b",
},
{
code: "#011438",
},
{
code: "#fefefe",
},
{
code: "#f2f2f2",
},
];
export default ColorData;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment