Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a5a1;
}
.mixed-fruit {
color: #f6bbb1;
}
.satin-latour {
color: #f9d9ae;
}
.sunbeam {
color: #f4eeb3;
}
.mint-cocktail-green {
color: #b2e0b2;
}
/* CSS Variables */
:root {
--roseberry:#f7a5a1;
--mixed-fruit:#f6bbb1;
--satin-latour:#f9d9ae;
--sunbeam:#f4eeb3;
--mint-cocktail-green:#b2e0b2;
}