Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d7a7e6;
}
.lush-lilac {
color: #a27cbb;
}
.soft-cashmere {
color: #f4b3d7;
}
.sunshine-mellow {
color: #f1c40e;
}
.orange-gluttony {
color: #e77e23;
}
/* CSS Variables */
:root {
--bright-ube:#d7a7e6;
--lush-lilac:#a27cbb;
--soft-cashmere:#f4b3d7;
--sunshine-mellow:#f1c40e;
--orange-gluttony:#e77e23;
}