Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.indian-saffron {
color: #ff9c33;
}
.floral-leaf {
color: #ffb84d;
}
.qing-yellow {
color: #ffcc66;
}
.mouse-nose {
color: #ffe4b3;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--indian-saffron:#ff9c33;
--floral-leaf:#ffb84d;
--qing-yellow:#ffcc66;
--mouse-nose:#ffe4b3;
}