Color names in this palette
CSS code for this palette
/* CSS */
.york-plum {
color: #d1c1e6;
}
.grape-illusion {
color: #b2a2d8;
}
.aster-purple {
color: #8f81b1;
}
.blackberry-yogurt {
color: #e6b7e3;
}
.frangipane {
color: #f5d4b2;
}
/* CSS Variables */
:root {
--york-plum:#d1c1e6;
--grape-illusion:#b2a2d8;
--aster-purple:#8f81b1;
--blackberry-yogurt:#e6b7e3;
--frangipane:#f5d4b2;
}