Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d95e3f;
}
.ninjin-orange {
color: #e7a96e;
}
.saffron {
color: #f4c62f;
}
.sugar-cookie {
color: #f4e4a4;
}
.first-of-july {
color: #b9e6f3;
}
/* CSS Variables */
:root {
--fireglow:#d95e3f;
--ninjin-orange:#e7a96e;
--saffron:#f4c62f;
--sugar-cookie:#f4e4a4;
--first-of-july:#b9e6f3;
}