Color names in this palette
CSS code for this palette
/* CSS */
.honey-tone {
color: #f8db9b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.doughnut {
color: #f1a15b;
}
.caramelize {
color: #d68a38;
}
.scarecrow-frown {
color: #a65e2b;
}
/* CSS Variables */
:root {
--honey-tone:#f8db9b;
--solar-plexus-chakra:#f1c84b;
--doughnut:#f1a15b;
--caramelize:#d68a38;
--scarecrow-frown:#a65e2b;
}