Color names in this palette
CSS code for this palette
/* CSS */
.star-anise-scent {
color: #a87c4d;
}
.thai-ice-tea {
color: #e2a578;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.angel-food-cake {
color: #daa44e;
}
.tartare {
color: #c15d3e;
}
/* CSS Variables */
:root {
--star-anise-scent:#a87c4d;
--thai-ice-tea:#e2a578;
--solar-plexus-chakra:#f1c84b;
--angel-food-cake:#daa44e;
--tartare:#c15d3e;
}