Color names in this palette
CSS code for this palette
/* CSS */
.resort-sunrise {
color: #f4d7c3;
}
.sweet-sheba {
color: #f1b7a7;
}
.apricot-red {
color: #e78f7e;
}
.track-and-field {
color: #d76950;
}
.civara {
color: #c45d3b;
}
/* CSS Variables */
:root {
--resort-sunrise:#f4d7c3;
--sweet-sheba:#f1b7a7;
--apricot-red:#e78f7e;
--track-and-field:#d76950;
--civara:#c45d3b;
}