Color names in this palette
CSS code for this palette
/* CSS */
.camellia {
color: #f2695a;
}
.troll-slayer-orange {
color: #f1a44b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.burst-of-lime {
color: #a4d84b;
}
.hole-in-one {
color: #4cae8d;
}
/* CSS Variables */
:root {
--camellia:#f2695a;
--troll-slayer-orange:#f1a44b;
--solar-plexus-chakra:#f1c84b;
--burst-of-lime:#a4d84b;
--hole-in-one:#4cae8d;
}