Color names in this palette
CSS code for this palette
/* CSS */
.bright-orange {
color: #ff7033;
}
.kanz-orange {
color: #ff8e3d;
}
.exotic-flower {
color: #ffa34d;
}
.chanterelles {
color: #ffc66b;
}
.sun-drenched {
color: #ffe7a3;
}
/* CSS Variables */
:root {
--bright-orange:#ff7033;
--kanz-orange:#ff8e3d;
--exotic-flower:#ffa34d;
--chanterelles:#ffc66b;
--sun-drenched:#ffe7a3;
}