Color names in this palette
CSS code for this palette
/* CSS */
.silk-ribbon {
color: #c86a8c;
}
.mellow-rose {
color: #d7a8a3;
}
.brilliant-beige {
color: #f2c5b5;
}
.varden {
color: #fdedd3;
}
.white-luxury {
color: #f7f0e4;
}
/* CSS Variables */
:root {
--silk-ribbon:#c86a8c;
--mellow-rose:#d7a8a3;
--brilliant-beige:#f2c5b5;
--varden:#fdedd3;
--white-luxury:#f7f0e4;
}