Color names in this palette
CSS code for this palette
/* CSS */
.mixed-fruit {
color: #f6b7b1;
}
.buttery-croissant {
color: #f6e39d;
}
.aloe-cream {
color: #dae9b9;
}
.winsome-hue {
color: #a7d7e2;
}
.lavender-rose {
color: #f2a1e6;
}
/* CSS Variables */
:root {
--mixed-fruit:#f6b7b1;
--buttery-croissant:#f6e39d;
--aloe-cream:#dae9b9;
--winsome-hue:#a7d7e2;
--lavender-rose:#f2a1e6;
}