Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.midsummer-field {
color: #8acf4a;
}
.highlighter-yellow {
color: #f2e63a;
}
.peach-butter {
color: #fbaf3c;
}
.war-paint-red {
color: #da4e1b;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--midsummer-field:#8acf4a;
--highlighter-yellow:#f2e63a;
--peach-butter:#fbaf3c;
--war-paint-red:#da4e1b;
}