Color names in this palette
CSS code for this palette
/* CSS */
.king-lime {
color: #a8d600;
}
.snot-green {
color: #a1c200;
}
.chartreuse-shot {
color: #dbd400;
}
.gentle-glow {
color: #f7e5bb;
}
.ginger-peach {
color: #fad19e;
}
/* CSS Variables */
:root {
--king-lime:#a8d600;
--snot-green:#a1c200;
--chartreuse-shot:#dbd400;
--gentle-glow:#f7e5bb;
--ginger-peach:#fad19e;
}