Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.honey-glow {
color: #e9b449;
}
.flaming-torch {
color: #d5884d;
}
.cedar-chest {
color: #c75d4d;
}
.our-little-secret {
color: #aa4b77;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--honey-glow:#e9b449;
--flaming-torch:#d5884d;
--cedar-chest:#c75d4d;
--our-little-secret:#aa4b77;
}