Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #6c2a92;
}
.liberal-lilac {
color: #9e5ab5;
}
.prettiest-pink {
color: #e3a1c4;
}
.sunny-mood {
color: #f7c94b;
}
.orange-pospsicle {
color: #f2a60d;
}
/* CSS Variables */
:root {
--lucid-dream:#6c2a92;
--liberal-lilac:#9e5ab5;
--prettiest-pink:#e3a1c4;
--sunny-mood:#f7c94b;
--orange-pospsicle:#f2a60d;
}