Color names in this palette
CSS code for this palette
/* CSS */
.ephemeral-peach {
color: #fce3d4;
}
.christy-s-smile {
color: #f8b9ce;
}
.first-date {
color: #f5b1a3;
}
.butterscotch-syrup {
color: #d99e5e;
}
.summerset {
color: #c77d3d;
}
/* CSS Variables */
:root {
--ephemeral-peach:#fce3d4;
--christy-s-smile:#f8b9ce;
--first-date:#f5b1a3;
--butterscotch-syrup:#d99e5e;
--summerset:#c77d3d;
}