Color names in this palette
CSS code for this palette
/* CSS */
.summerset {
color: #c67b3f;
}
.western-sunrise {
color: #d8a06f;
}
.toasted-coconut {
color: #eac39f;
}
.soft-butter {
color: #f6e1b6;
}
.first-date {
color: #f3b0a0;
}
/* CSS Variables */
:root {
--summerset:#c67b3f;
--western-sunrise:#d8a06f;
--toasted-coconut:#eac39f;
--soft-butter:#f6e1b6;
--first-date:#f3b0a0;
}