Color names in this palette
CSS code for this palette
/* CSS */
.mustard-sauce {
color: #efbd67;
}
.prairie-sun {
color: #f1a36f;
}
.half-smoke {
color: #f08c51;
}
.pizazz {
color: #e67e3d;
}
.fire-island {
color: #d94f3a;
}
/* CSS Variables */
:root {
--mustard-sauce:#efbd67;
--prairie-sun:#f1a36f;
--half-smoke:#f08c51;
--pizazz:#e67e3d;
--fire-island:#d94f3a;
}