Color names in this palette
CSS code for this palette
/* CSS */
.lightish-green {
color: #60dc73;
}
.jovial-jade {
color: #8de7a5;
}
.distilled-venom {
color: #c6f3b4;
}
.weak-yellow {
color: #f2f9d7;
}
.sugar-cookie {
color: #f4e4a4;
}
/* CSS Variables */
:root {
--lightish-green:#60dc73;
--jovial-jade:#8de7a5;
--distilled-venom:#c6f3b4;
--weak-yellow:#f2f9d7;
--sugar-cookie:#f4e4a4;
}