Color names in this palette
CSS code for this palette
/* CSS */
.resort-sunrise {
color: #f2d8c4;
}
.warming-peach {
color: #e4b5a0;
}
.terra-cotta-clay {
color: #d28f74;
}
.spiced {
color: #b96f5b;
}
.bravado-red {
color: #a0544b;
}
/* CSS Variables */
:root {
--resort-sunrise:#f2d8c4;
--warming-peach:#e4b5a0;
--terra-cotta-clay:#d28f74;
--spiced:#b96f5b;
--bravado-red:#a0544b;
}