Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #2b883d;
}
.hello-spring {
color: #4acf5e;
}
.grape-green {
color: #a5e2a2;
}
.fairway-mist {
color: #c6e9b4;
}
.belyi-white {
color: #f0f4e1;
}
/* CSS Variables */
:root {
--green-ribbon:#2b883d;
--hello-spring:#4acf5e;
--grape-green:#a5e2a2;
--fairway-mist:#c6e9b4;
--belyi-white:#f0f4e1;
}