Color names in this palette
CSS code for this palette
/* CSS */
.green-ribbon {
color: #2b8c3b;
}
.drop-green {
color: #6ab65d;
}
.tropical-light {
color: #a3d86f;
}
.sulfuric {
color: #f1e95b;
}
.mandarin-rind {
color: #f1903b;
}
/* CSS Variables */
:root {
--green-ribbon:#2b8c3b;
--drop-green:#6ab65d;
--tropical-light:#a3d86f;
--sulfuric:#f1e95b;
--mandarin-rind:#f1903b;
}