Color names in this palette
CSS code for this palette
/* CSS */
.oregano-green {
color: #4b9f3c;
}
.ultra-green {
color: #7bbe4b;
}
.crystal-green {
color: #a7d57c;
}
.curious {
color: #d8e2a2;
}
.chiffon {
color: #f2f6b6;
}
/* CSS Variables */
:root {
--oregano-green:#4b9f3c;
--ultra-green:#7bbe4b;
--crystal-green:#a7d57c;
--curious:#d8e2a2;
--chiffon:#f2f6b6;
}