Color names in this palette
CSS code for this palette
/* CSS */
.kelp-forest {
color: #4b820d;
}
.apple-green {
color: #7dcb2a;
}
.young-green-onion {
color: #a3d54d;
}
.curious {
color: #d9e39c;
}
.chiffon {
color: #f4f8b9;
}
/* CSS Variables */
:root {
--kelp-forest:#4b820d;
--apple-green:#7dcb2a;
--young-green-onion:#a3d54d;
--curious:#d9e39c;
--chiffon:#f4f8b9;
}