Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.hawaiian-passion {
color: #ff9e3d;
}
.shocking-orange {
color: #ff6d1f;
}
.flat-green {
color: #6c9a4c;
}
.ficus {
color: #3b593e;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--hawaiian-passion:#ff9e3d;
--shocking-orange:#ff6d1f;
--flat-green:#6c9a4c;
--ficus:#3b593e;
}