Color names in this palette
CSS code for this palette
/* CSS */
.forest-fern {
color: #6aba69;
}
.apium {
color: #b4d0a4;
}
.flavescent {
color: #f7eb92;
}
.koji-orange {
color: #f7b24b;
}
.sweet-mandarin {
color: #d65d38;
}
/* CSS Variables */
:root {
--forest-fern:#6aba69;
--apium:#b4d0a4;
--flavescent:#f7eb92;
--koji-orange:#f7b24b;
--sweet-mandarin:#d65d38;
}