Color names in this palette
CSS code for this palette
/* CSS */
.sunporch {
color: #ffd28a;
}
.roasted-sesame {
color: #ffc46b;
}
.exotic-flower {
color: #ffa04d;
}
.wildfire {
color: #ff8b33;
}
.shocking-orange {
color: #ff6d1f;
}
/* CSS Variables */
:root {
--sunporch:#ffd28a;
--roasted-sesame:#ffc46b;
--exotic-flower:#ffa04d;
--wildfire:#ff8b33;
--shocking-orange:#ff6d1f;
}