Color names in this palette
CSS code for this palette
/* CSS */
.amethyst-purple {
color: #5b2a7e;
}
.murasaki-purple {
color: #894c9a;
}
.creeping-bellflower {
color: #b187c4;
}
.spring-wisteria {
color: #d4a4df;
}
.light-orchid {
color: #eba3d9;
}
/* CSS Variables */
:root {
--amethyst-purple:#5b2a7e;
--murasaki-purple:#894c9a;
--creeping-bellflower:#b187c4;
--spring-wisteria:#d4a4df;
--light-orchid:#eba3d9;
}