Color names in this palette
CSS code for this palette
/* CSS */
.plantain-chips {
color: #d4aa4e;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.pale-banana {
color: #f6e48e;
}
.lighthouse-glow {
color: #f9d36c;
}
.troll-slayer-orange {
color: #f6a64c;
}
/* CSS Variables */
:root {
--plantain-chips:#d4aa4e;
--solar-plexus-chakra:#f1c84b;
--pale-banana:#f6e48e;
--lighthouse-glow:#f9d36c;
--troll-slayer-orange:#f6a64c;
}