Color names in this palette
CSS code for this palette
/* CSS */
.flame-seal {
color: #f3e458;
}
.oriole-yellow {
color: #f6d579;
}
.beach-sand {
color: #f9b78b;
}
.chilly-spice {
color: #f99b8b;
}
.fever {
color: #e94e4e;
}
/* CSS Variables */
:root {
--flame-seal:#f3e458;
--oriole-yellow:#f6d579;
--beach-sand:#f9b78b;
--chilly-spice:#f99b8b;
--fever:#e94e4e;
}