Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.lionfish-red {
color: #da3f2b;
}
.mars-red {
color: #c92c39;
}
.haute-couture {
color: #9c1c2b;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--apricot-glazed-chicken:#f5a524;
--lionfish-red:#da3f2b;
--mars-red:#c92c39;
--haute-couture:#9c1c2b;
}