Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #602b91;
}
.liberal-lilac {
color: #9b58b6;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--lucid-dream:#602b91;
--liberal-lilac:#9b58b6;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
--mandarin-red:#e74d3c;
}