Color names in this palette
CSS code for this palette
/* CSS */
.white-cedar {
color: #f6ddc1;
}
.mandys-pink {
color: #f4b79f;
}
.shell-pink {
color: #f77e7e;
}
.pink-punch {
color: #d64c6f;
}
.crimson-strawberry {
color: #a02c4b;
}
/* CSS Variables */
:root {
--white-cedar:#f6ddc1;
--mandys-pink:#f4b79f;
--shell-pink:#f77e7e;
--pink-punch:#d64c6f;
--crimson-strawberry:#a02c4b;
}