Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.samoan-sun {
color: #f9b848;
}
.fire-flower {
color: #f98f3e;
}
.persimmon-orange {
color: #f76c26;
}
.reddish-orange {
color: #f4491a;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--samoan-sun:#f9b848;
--fire-flower:#f98f3e;
--persimmon-orange:#f76c26;
--reddish-orange:#f4491a;
}