Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.bright-ube {
color: #d599eb;
}
.lavender-blossom {
color: #a57be0;
}
.fuchsia-blue {
color: #7b4cc2;
}
.eggplant-tint {
color: #4a1a9e;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--bright-ube:#d599eb;
--lavender-blossom:#a57be0;
--fuchsia-blue:#7b4cc2;
--eggplant-tint:#4a1a9e;
}