Color names in this palette
CSS code for this palette
/* CSS */
.royal-lavender {
color: #714ab0;
}
.middle-blue-purple {
color: #8b70c2;
}
.distinct-purple {
color: #a48dc8;
}
.pretty-petunia {
color: #d5afe4;
}
.light-orchid {
color: #e2a2d7;
}
/* CSS Variables */
:root {
--royal-lavender:#714ab0;
--middle-blue-purple:#8b70c2;
--distinct-purple:#a48dc8;
--pretty-petunia:#d5afe4;
--light-orchid:#e2a2d7;
}