Color names in this palette
CSS code for this palette
/* CSS */
.summerset {
color: #c47b3b;
}
.flower-field {
color: #d9a76d;
}
.scalloped-oak {
color: #f3d0a0;
}
.soft-butter {
color: #f6e1b6;
}
.spanish-pink {
color: #f8bfbf;
}
/* CSS Variables */
:root {
--summerset:#c47b3b;
--flower-field:#d9a76d;
--scalloped-oak:#f3d0a0;
--soft-butter:#f6e1b6;
--spanish-pink:#f8bfbf;
}