Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.mustard-yellow {
color: #e0b000;
}
.banana-powder {
color: #d1c000;
}
.garlic-pesto {
color: #c4d600;
}
.slimer-green {
color: #a5e000;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--mustard-yellow:#e0b000;
--banana-powder:#d1c000;
--garlic-pesto:#c4d600;
--slimer-green:#a5e000;
}