Color names in this palette
CSS code for this palette
/* CSS */
.oyster-pink {
color: #d4b6af;
}
.arabian-sands {
color: #e0c6b2;
}
.honey-beige {
color: #f4e2c8;
}
.love-spell {
color: #f6b6c3;
}
.silver-rose {
color: #d69ea5;
}
/* CSS Variables */
:root {
--oyster-pink:#d4b6af;
--arabian-sands:#e0c6b2;
--honey-beige:#f4e2c8;
--love-spell:#f6b6c3;
--silver-rose:#d69ea5;
}