Color names in this palette
CSS code for this palette
/* CSS */
.iced-vovo {
color: #e3a1b0;
}
.almond-cream {
color: #f3c4a0;
}
.noodles {
color: #f9e4b4;
}
.banana-milk {
color: #fcf6b0;
}
.orange-grove {
color: #fcb08d;
}
/* CSS Variables */
:root {
--iced-vovo:#e3a1b0;
--almond-cream:#f3c4a0;
--noodles:#f9e4b4;
--banana-milk:#fcf6b0;
--orange-grove:#fcb08d;
}