Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5d2a92;
}
.heath-spotted-orchid {
color: #9a5b9f;
}
.sweet-lilac {
color: #eab8d1;
}
.moonlight {
color: #f6efd5;
}
.baltic-amber {
color: #f9b980;
}
/* CSS Variables */
:root {
--lucid-dream:#5d2a92;
--heath-spotted-orchid:#9a5b9f;
--sweet-lilac:#eab8d1;
--moonlight:#f6efd5;
--baltic-amber:#f9b980;
}