Color names in this palette
CSS code for this palette
/* CSS */
.coronation-blue {
color: #5b4c9a;
}
.lavish-spending {
color: #8a69bf;
}
.evening-slipper {
color: #a7a0c0;
}
.whisper-of-plum {
color: #d0aee0;
}
.bubblegum-crisis {
color: #f2cfef;
}
/* CSS Variables */
:root {
--coronation-blue:#5b4c9a;
--lavish-spending:#8a69bf;
--evening-slipper:#a7a0c0;
--whisper-of-plum:#d0aee0;
--bubblegum-crisis:#f2cfef;
}