Color names in this palette
CSS code for this palette
/* CSS */
.oyster-pink {
color: #d4b6af;
}
.rose-beige {
color: #e4c9c3;
}
.cupcake-pink {
color: #f4d9d2;
}
.bleached-shell {
color: #f6e5da;
}
.smoky-salmon {
color: #e1b8a8;
}
/* CSS Variables */
:root {
--oyster-pink:#d4b6af;
--rose-beige:#e4c9c3;
--cupcake-pink:#f4d9d2;
--bleached-shell:#f6e5da;
--smoky-salmon:#e1b8a8;
}