Color names in this palette
CSS code for this palette
/* CSS */
.her-highness {
color: #3f2b6e;
}
.plum-power {
color: #7e5b8b;
}
.bright-ube {
color: #d4a6e8;
}
.pink-chintz {
color: #f1c1d1;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--her-highness:#3f2b6e;
--plum-power:#7e5b8b;
--bright-ube:#d4a6e8;
--pink-chintz:#f1c1d1;
--grapefruit-pulp:#ff6e61;
}