Color names in this palette
CSS code for this palette
/* CSS */
.oyster-pink {
color: #d4b6af;
}
.birthday-suit {
color: #e1c5b7;
}
.laurel-pink {
color: #f5e1db;
}
.salmon-beauty {
color: #f9c7b4;
}
.impatient-heart {
color: #c57c7e;
}
/* CSS Variables */
:root {
--oyster-pink:#d4b6af;
--birthday-suit:#e1c5b7;
--laurel-pink:#f5e1db;
--salmon-beauty:#f9c7b4;
--impatient-heart:#c57c7e;
}