Color names in this palette
CSS code for this palette
/* CSS */
.artificial-turf {
color: #3ebb5e;
}
.jittery-jade {
color: #77eec6;
}
.icery {
color: #a4f9e1;
}
.glow-in-the-dark {
color: #c0f9b4;
}
.rising-star {
color: #f7f8d3;
}
/* CSS Variables */
:root {
--artificial-turf:#3ebb5e;
--jittery-jade:#77eec6;
--icery:#a4f9e1;
--glow-in-the-dark:#c0f9b4;
--rising-star:#f7f8d3;
}