Color names in this palette
CSS code for this palette
/* CSS */
.storm-lightning {
color: #f6e79d;
}
.salmon-eggs {
color: #f4d35d;
}
.late-afternoon {
color: #f9aa34;
}
.wiener-schnitzel {
color: #f09c00;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
/* CSS Variables */
:root {
--storm-lightning:#f6e79d;
--salmon-eggs:#f4d35d;
--late-afternoon:#f9aa34;
--wiener-schnitzel:#f09c00;
--fleur-de-sel-caramel:#d68b00;
}