Color names in this palette
CSS code for this palette
/* CSS */
.purple-corallite {
color: #5d4f8c;
}
.lavish-spending {
color: #896ab9;
}
.moonraker {
color: #bfb0dd;
}
.feather-boa {
color: #f0c7cf;
}
.sweet-60 {
color: #f3a0a8;
}
/* CSS Variables */
:root {
--purple-corallite:#5d4f8c;
--lavish-spending:#896ab9;
--moonraker:#bfb0dd;
--feather-boa:#f0c7cf;
--sweet-60:#f3a0a8;
}