Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #602b91;
}
.radiant-orchid {
color: #a85d9b;
}
.peach-temptation {
color: #f3c5af;
}
.noodles {
color: #f9e3b4;
}
.glitter-yellow {
color: #f9d75d;
}
/* CSS Variables */
:root {
--lucid-dream:#602b91;
--radiant-orchid:#a85d9b;
--peach-temptation:#f3c5af;
--noodles:#f9e3b4;
--glitter-yellow:#f9d75d;
}