Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5b2c90;
}
.cadmium-violet {
color: #813d99;
}
.radiant-orchid {
color: #a9609d;
}
.prom {
color: #dba4b0;
}
.bubblegum-crisis {
color: #f1d0f1;
}
/* CSS Variables */
:root {
--lucid-dream:#5b2c90;
--cadmium-violet:#813d99;
--radiant-orchid:#a9609d;
--prom:#dba4b0;
--bubblegum-crisis:#f1d0f1;
}