Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #6c2a92;
}
.purple-plum {
color: #a050b4;
}
.blush-essence {
color: #d185d6;
}
.tickled-pink {
color: #f2a6c2;
}
.apricot-glow {
color: #ffcc7a;
}
/* CSS Variables */
:root {
--lucid-dream:#6c2a92;
--purple-plum:#a050b4;
--blush-essence:#d185d6;
--tickled-pink:#f2a6c2;
--apricot-glow:#ffcc7a;
}