Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.floral-leaf {
color: #ffb84d;
}
.egg-yolk {
color: #ffcc80;
}
.old-yella {
color: #ffeb99;
}
.misty-rose {
color: #ffe3e0;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--floral-leaf:#ffb84d;
--egg-yolk:#ffcc80;
--old-yella:#ffeb99;
--misty-rose:#ffe3e0;
}