Color names in this palette
CSS code for this palette
/* CSS */
.groovy-lemon-pie {
color: #d6b600;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.beekeeper {
color: #f9e690;
}
.blue-angels-yellow {
color: #fab700;
}
.pumpkin-soup {
color: #e67a00;
}
/* CSS Variables */
:root {
--groovy-lemon-pie:#d6b600;
--solar-plexus-chakra:#f1c84b;
--beekeeper:#f9e690;
--blue-angels-yellow:#fab700;
--pumpkin-soup:#e67a00;
}