Color names in this palette
CSS code for this palette
/* CSS */
.changeling-pink {
color: #f2b1cf;
}
.miami-pink {
color: #f7c5d7;
}
.cake-frosting {
color: #f7dee5;
}
.only-yesterday {
color: #f2d2ba;
}
.seasonal-beige {
color: #e9b79f;
}
/* CSS Variables */
:root {
--changeling-pink:#f2b1cf;
--miami-pink:#f7c5d7;
--cake-frosting:#f7dee5;
--only-yesterday:#f2d2ba;
--seasonal-beige:#e9b79f;
}