Color names in this palette
CSS code for this palette
/* CSS */
.bright-orange {
color: #ff7033;
}
.kanz-orange {
color: #ff8e3d;
}
.vintage-orange {
color: #ffb05c;
}
.hint-of-honey {
color: #ffd86b;
}
.eggnog {
color: #ffed9e;
}
/* CSS Variables */
:root {
--bright-orange:#ff7033;
--kanz-orange:#ff8e3d;
--vintage-orange:#ffb05c;
--hint-of-honey:#ffd86b;
--eggnog:#ffed9e;
}