Color names in this palette
CSS code for this palette
/* CSS */
.vanilla-delight {
color: #f5e8d6;
}
.beauty-bush {
color: #ebb9b2;
}
.persian-bazaar {
color: #c5998c;
}
.nutmeg {
color: #7e4b3a;
}
.gallery-grey {
color: #c4c0bf;
}
/* CSS Variables */
:root {
--vanilla-delight:#f5e8d6;
--beauty-bush:#ebb9b2;
--persian-bazaar:#c5998c;
--nutmeg:#7e4b3a;
--gallery-grey:#c4c0bf;
}