Color names in this palette
CSS code for this palette
/* CSS */
.cameo-cream {
color: #f3e2c3;
}
.powdered-granite {
color: #c1c6e7;
}
.high-style {
color: #a9b3d6;
}
.true-v {
color: #8e7ccb;
}
.bright-eggplant {
color: #5c4c8a;
}
/* CSS Variables */
:root {
--cameo-cream:#f3e2c3;
--powdered-granite:#c1c6e7;
--high-style:#a9b3d6;
--true-v:#8e7ccb;
--bright-eggplant:#5c4c8a;
}