Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.peach-of-mind {
color: #ffe0b3;
}
.honey-wax {
color: #f9a824;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--peach-of-mind:#ffe0b3;
--honey-wax:#f9a824;
}