Color names in this palette
CSS code for this palette
/* CSS */
.bright-eggplant {
color: #5c4b8b;
}
.purple-mountain-majesty {
color: #7b6ea6;
}
.ode-to-purple {
color: #a79ac1;
}
.whisper-of-plum {
color: #d0aee0;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--bright-eggplant:#5c4b8b;
--purple-mountain-majesty:#7b6ea6;
--ode-to-purple:#a79ac1;
--whisper-of-plum:#d0aee0;
--rosecco:#eab8e4;
}