Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #eab8d1;
}
.ballerina-tears {
color: #f1b7b1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.mulled-spice {
color: #d6a17a;
}
.escalante {
color: #a35c5c;
}
/* CSS Variables */
:root {
--sweet-lilac:#eab8d1;
--ballerina-tears:#f1b7b1;
--solar-plexus-chakra:#f1c84b;
--mulled-spice:#d6a17a;
--escalante:#a35c5c;
}