Color names in this palette
CSS code for this palette
/* CSS */
.jubilant-meadow {
color: #7cbd32;
}
.bilious-green {
color: #a8d56d;
}
.golden-rain-yellow {
color: #ffb657;
}
.halt-and-catch-fire {
color: #ff6933;
}
.poppy-red {
color: #e63746;
}
/* CSS Variables */
:root {
--jubilant-meadow:#7cbd32;
--bilious-green:#a8d56d;
--golden-rain-yellow:#ffb657;
--halt-and-catch-fire:#ff6933;
--poppy-red:#e63746;
}