Color names in this palette
CSS code for this palette
/* CSS */
.sheer-peach {
color: #fef7e7;
}
.howdy-neighbor {
color: #f9e5c8;
}
.shrimp-toast {
color: #f6c6a2;
}
.monarch-orange {
color: #f29b69;
}
.track-and-field {
color: #d86b4f;
}
/* CSS Variables */
:root {
--sheer-peach:#fef7e7;
--howdy-neighbor:#f9e5c8;
--shrimp-toast:#f6c6a2;
--monarch-orange:#f29b69;
--track-and-field:#d86b4f;
}