Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.laddu-orange {
color: #ff8c1a;
}
.floral-leaf {
color: #ffb84d;
}
.fuzzy-duckling {
color: #ffe96b;
}
.ibis {
color: #f3afc0;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--laddu-orange:#ff8c1a;
--floral-leaf:#ffb84d;
--fuzzy-duckling:#ffe96b;
--ibis:#f3afc0;
}