Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d4a1e2;
}
.lilac-bush {
color: #9c6ec4;
}
.grapes-of-italy {
color: #6b4a8c;
}
.almond-cream {
color: #f5c19e;
}
.cake-dough {
color: #fce1a6;
}
/* CSS Variables */
:root {
--bright-ube:#d4a1e2;
--lilac-bush:#9c6ec4;
--grapes-of-italy:#6b4a8c;
--almond-cream:#f5c19e;
--cake-dough:#fce1a6;
}