Color names in this palette
CSS code for this palette
/* CSS */
.mandys-pink {
color: #f4b79f;
}
.neighborly-peach {
color: #f2c1a1;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.majestic-treasures {
color: #f1e8a2;
}
.warming-peach {
color: #e4b5a0;
}
/* CSS Variables */
:root {
--mandys-pink:#f4b79f;
--neighborly-peach:#f2c1a1;
--antique-wicker-basket:#f2d2a1;
--majestic-treasures:#f1e8a2;
--warming-peach:#e4b5a0;
}