Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.fat-gold {
color: #e6b400;
}
.sorbet-yellow {
color: #d6c400;
}
.king-lime {
color: #b2d600;
}
.gecko-s-dream {
color: #6c9e00;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--fat-gold:#e6b400;
--sorbet-yellow:#d6c400;
--king-lime:#b2d600;
--gecko-s-dream:#6c9e00;
}