Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f2a8a1;
}
.pumpkin-mousse {
color: #f4c3a9;
}
.lemon-filling {
color: #f7e4a6;
}
.winsome-hue {
color: #a7d8e2;
}
.lavender-phlox {
color: #a7b8e2;
}
/* CSS Variables */
:root {
--roseberry:#f2a8a1;
--pumpkin-mousse:#f4c3a9;
--lemon-filling:#f7e4a6;
--winsome-hue:#a7d8e2;
--lavender-phlox:#a7b8e2;
}