Color names in this palette
CSS code for this palette
/* CSS */
.buttery-croissant {
color: #f7e09c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.troll-slayer-orange {
color: #f0a14c;
}
.velvet-marigold {
color: #e6893d;
}
.frozen-tomato {
color: #d95230;
}
/* CSS Variables */
:root {
--buttery-croissant:#f7e09c;
--solar-plexus-chakra:#f1c84b;
--troll-slayer-orange:#f0a14c;
--velvet-marigold:#e6893d;
--frozen-tomato:#d95230;
}