Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5b2c90;
}
.wild-aster {
color: #a13a8d;
}
.lemon-dream {
color: #f0a400;
}
.venetian-yellow {
color: #f8e3a0;
}
.petals-unfolding {
color: #f4b8c4;
}
/* CSS Variables */
:root {
--lucid-dream:#5b2c90;
--wild-aster:#a13a8d;
--lemon-dream:#f0a400;
--venetian-yellow:#f8e3a0;
--petals-unfolding:#f4b8c4;
}