Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5b2c90;
}
.wild-aster {
color: #a63a88;
}
.benihi-red {
color: #f05338;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--lucid-dream:#5b2c90;
--wild-aster:#a63a88;
--benihi-red:#f05338;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
}