Color names in this palette
CSS code for this palette
/* CSS */
.butter-up {
color: #f3e2b9;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.troll-slayer-orange {
color: #f0a14c;
}
.bright-orange {
color: #f86c30;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--butter-up:#f3e2b9;
--solar-plexus-chakra:#f1c84b;
--troll-slayer-orange:#f0a14c;
--bright-orange:#f86c30;
--poppy-red:#e63746;
}