Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.star-studded {
color: #f9ebae;
}
.lightning-yellow {
color: #f6a337;
}
.opulent-orange {
color: #f4693e;
}
.jasper {
color: #d93a3d;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--star-studded:#f9ebae;
--lightning-yellow:#f6a337;
--opulent-orange:#f4693e;
--jasper:#d93a3d;
}