Color names in this palette
CSS code for this palette
/* CSS */
.light-orchid {
color: #e3a5d4;
}
.mauve-mist {
color: #c29bcf;
}
.purple-squid {
color: #7e599b;
}
.purple-corallite {
color: #5f4c90;
}
.cheddar-corn {
color: #f2d4b5;
}
/* CSS Variables */
:root {
--light-orchid:#e3a5d4;
--mauve-mist:#c29bcf;
--purple-squid:#7e599b;
--purple-corallite:#5f4c90;
--cheddar-corn:#f2d4b5;
}