Color names in this palette
CSS code for this palette
/* CSS */
.slime {
color: #a4ca0c;
}
.first-colors-of-spring {
color: #e1e74b;
}
.banana-drama {
color: #f1d04b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.prometheus-orange {
color: #f15a22;
}
/* CSS Variables */
:root {
--slime:#a4ca0c;
--first-colors-of-spring:#e1e74b;
--banana-drama:#f1d04b;
--apricot-glazed-chicken:#f5a524;
--prometheus-orange:#f15a22;
}