Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #1c8d3a;
}
.iridescent-green {
color: #4abf6d;
}
.minted-elegance {
color: #6fd3a2;
}
.ode-to-green {
color: #b9e4d8;
}
.casino-lights {
color: #f7f2b6;
}
/* CSS Variables */
:root {
--green-ribbon:#1c8d3a;
--iridescent-green:#4abf6d;
--minted-elegance:#6fd3a2;
--ode-to-green:#b9e4d8;
--casino-lights:#f7f2b6;
}