Color names in this palette
CSS code for this palette
/* CSS */
.grape-illusion {
color: #b8a3d7;
}
.new-violet {
color: #d7c1e2;
}
.hydrangea-pink {
color: #e7b1c7;
}
.emperor-s-children {
color: #f2a1b1;
}
.petal-bloom {
color: #f8d3db;
}
/* CSS Variables */
:root {
--grape-illusion:#b8a3d7;
--new-violet:#d7c1e2;
--hydrangea-pink:#e7b1c7;
--emperor-s-children:#f2a1b1;
--petal-bloom:#f8d3db;
}