Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5c2f92;
}
.prickly-purple {
color: #a75cb7;
}
.light-orchid {
color: #e3a5d4;
}
.pretty-in-pink {
color: #f7c0e2;
}
.grape-taffy {
color: #f6dff1;
}
/* CSS Variables */
:root {
--lucid-dream:#5c2f92;
--prickly-purple:#a75cb7;
--light-orchid:#e3a5d4;
--pretty-in-pink:#f7c0e2;
--grape-taffy:#f6dff1;
}