Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.hollandaise {
color: #ffec3d;
}
.consumed-by-fire {
color: #f58019;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--hollandaise:#ffec3d;
--consumed-by-fire:#f58019;
--shocking-orange:#ff6d1f;
}