Color names in this palette
CSS code for this palette
/* CSS */
.resort-sunrise {
color: #f5d6c7;
}
.calabrese {
color: #f1a8a2;
}
.seasonal-beige {
color: #e9b79f;
}
.rustic-adobe {
color: #d29b74;
}
.first-lady {
color: #c17a6c;
}
/* CSS Variables */
:root {
--resort-sunrise:#f5d6c7;
--calabrese:#f1a8a2;
--seasonal-beige:#e9b79f;
--rustic-adobe:#d29b74;
--first-lady:#c17a6c;
}