Color names in this palette
CSS code for this palette
/* CSS */
.dull-violet {
color: #803790;
}
.purple-plum {
color: #a256b3;
}
.blush-essence {
color: #d68fdb;
}
.hanami-pink {
color: #f1b1e2;
}
.flamingo-feather {
color: #f7c0d8;
}
/* CSS Variables */
:root {
--dull-violet:#803790;
--purple-plum:#a256b3;
--blush-essence:#d68fdb;
--hanami-pink:#f1b1e2;
--flamingo-feather:#f7c0d8;
}