Color names in this palette
CSS code for this palette
/* CSS */
.cymophane-yellow {
color: #f1e4a7;
}
.sunny-glory {
color: #e7d89c;
}
.mung-bean {
color: #d0c46d;
}
.delaunay-green {
color: #a8b34d;
}
.siskin-sprout {
color: #7e992e;
}
/* CSS Variables */
:root {
--cymophane-yellow:#f1e4a7;
--sunny-glory:#e7d89c;
--mung-bean:#d0c46d;
--delaunay-green:#a8b34d;
--siskin-sprout:#7e992e;
}