Color names in this palette
CSS code for this palette
/* CSS */
.hawaiian-cream {
color: #f9e6b9;
}
.avid-apricot {
color: #f4c79f;
}
.exciting-orange {
color: #f1b07e;
}
.cosmic-coral {
color: #e5806c;
}
.track-and-field {
color: #d85d4f;
}
/* CSS Variables */
:root {
--hawaiian-cream:#f9e6b9;
--avid-apricot:#f4c79f;
--exciting-orange:#f1b07e;
--cosmic-coral:#e5806c;
--track-and-field:#d85d4f;
}