Color names in this palette
CSS code for this palette
/* CSS */
.rosetti {
color: #d18f9a;
}
.fallen-blossoms {
color: #f0b2c4;
}
.mixed-fruit {
color: #f9bab4;
}
.vanilla-cream {
color: #f7e4ab;
}
.cakepop-sorbet {
color: #f8c749;
}
/* CSS Variables */
:root {
--rosetti:#d18f9a;
--fallen-blossoms:#f0b2c4;
--mixed-fruit:#f9bab4;
--vanilla-cream:#f7e4ab;
--cakepop-sorbet:#f8c749;
}