Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d4a4e5;
}
.ripe-lavander {
color: #a75ac4;
}
.rose-mallow {
color: #f1a7c6;
}
.first-day-of-school {
color: #f8dba0;
}
.sugarwinkle {
color: #ffc2e2;
}
/* CSS Variables */
:root {
--bright-ube:#d4a4e5;
--ripe-lavander:#a75ac4;
--rose-mallow:#f1a7c6;
--first-day-of-school:#f8dba0;
--sugarwinkle:#ffc2e2;
}