Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d9b7e1;
}
.violet-velvet {
color: #b89edb;
}
.ube {
color: #8e7cc5;
}
.swiss-plum {
color: #5b48a8;
}
.clematis-blue {
color: #3d3b91;
}
/* CSS Variables */
:root {
--pretty-petunia:#d9b7e1;
--violet-velvet:#b89edb;
--ube:#8e7cc5;
--swiss-plum:#5b48a8;
--clematis-blue:#3d3b91;
}