Color names in this palette
CSS code for this palette
/* CSS */
.city-sunrise {
color: #d1a780;
}
.california-chamois {
color: #e7b56e;
}
.freesia {
color: #f6c02c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.sour-cherry {
color: #e3493b;
}
/* CSS Variables */
:root {
--city-sunrise:#d1a780;
--california-chamois:#e7b56e;
--freesia:#f6c02c;
--apricot-glazed-chicken:#f5a524;
--sour-cherry:#e3493b;
}