Color names in this palette
CSS code for this palette
/* CSS */
.chenille-spread {
color: #f0e7d6;
}
.purity {
color: #d6c8e4;
}
.grape-illusion {
color: #b6a7d7;
}
.bell-heather {
color: #a077b1;
}
.blue-review {
color: #4c5a76;
}
/* CSS Variables */
:root {
--chenille-spread:#f0e7d6;
--purity:#d6c8e4;
--grape-illusion:#b6a7d7;
--bell-heather:#a077b1;
--blue-review:#4c5a76;
}