Color names in this palette
CSS code for this palette
/* CSS */
.certain-peach {
color: #f5b9a3;
}
.allspice {
color: #f9cca9;
}
.veiled-pink {
color: #f9e0d7;
}
.white-strawberry {
color: #fce3b6;
}
.seasonal-beige {
color: #e9b79f;
}
/* CSS Variables */
:root {
--certain-peach:#f5b9a3;
--allspice:#f9cca9;
--veiled-pink:#f9e0d7;
--white-strawberry:#fce3b6;
--seasonal-beige:#e9b79f;
}