Color names in this palette
CSS code for this palette
/* CSS */
.sunset-gold {
color: #f6c460;
}
.apricot-jam {
color: #f2a76e;
}
.half-smoke {
color: #f08c51;
}
.mandarin-red {
color: #e1503d;
}
.peri-peri {
color: #c2302e;
}
/* CSS Variables */
:root {
--sunset-gold:#f6c460;
--apricot-jam:#f2a76e;
--half-smoke:#f08c51;
--mandarin-red:#e1503d;
--peri-peri:#c2302e;
}