Color names in this palette
CSS code for this palette
/* CSS */
.novel-lilac {
color: #c2a7c3;
}
.oyster-pink {
color: #d4b6af;
}
.noble-blush {
color: #e6b9b2;
}
.friendly-yellow {
color: #f6e1b1;
}
.sandy-bay {
color: #f9d6b4;
}
/* CSS Variables */
:root {
--novel-lilac:#c2a7c3;
--oyster-pink:#d4b6af;
--noble-blush:#e6b9b2;
--friendly-yellow:#f6e1b1;
--sandy-bay:#f9d6b4;
}