Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.kanz-orange {
color: #ff8e3d;
}
.vintage-orange {
color: #ffb05c;
}
.egg-yolk {
color: #ffcc80;
}
.leaf-bud {
color: #f1f99f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--kanz-orange:#ff8e3d;
--vintage-orange:#ffb05c;
--egg-yolk:#ffcc80;
--leaf-bud:#f1f99f;
}