Color names in this palette
CSS code for this palette
/* CSS */
.star-studded {
color: #f9eca9;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.chinese-gold {
color: #dba800;
}
.catkin-yellow {
color: #c7a600;
}
.brown-butter {
color: #a87e00;
}
/* CSS Variables */
:root {
--star-studded:#f9eca9;
--solar-plexus-chakra:#f1c84b;
--chinese-gold:#dba800;
--catkin-yellow:#c7a600;
--brown-butter:#a87e00;
}