Color names in this palette
CSS code for this palette
/* CSS */
.star-anise-scent {
color: #a87d4d;
}
.template {
color: #a8c7e6;
}
.pink-sand {
color: #e3af9c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.jubilee {
color: #7d599b;
}
/* CSS Variables */
:root {
--star-anise-scent:#a87d4d;
--template:#a8c7e6;
--pink-sand:#e3af9c;
--solar-plexus-chakra:#f1c84b;
--jubilee:#7d599b;
}