Color names in this palette
CSS code for this palette
/* CSS */
.russian-violet {
color: #2e1a47;
}
.daisy-bush {
color: #5f3c8b;
}
.purple-plum {
color: #9e5bae;
}
.prettiest-pink {
color: #e1a3c4;
}
.bone-white {
color: #f3e1af;
}
/* CSS Variables */
:root {
--russian-violet:#2e1a47;
--daisy-bush:#5f3c8b;
--purple-plum:#9e5bae;
--prettiest-pink:#e1a3c4;
--bone-white:#f3e1af;
}