Color names in this palette
CSS code for this palette
/* CSS */
.prettiest-pink {
color: #e6a2c5;
}
.soft-cashmere {
color: #f0b2d6;
}
.popcorn {
color: #f6d079;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--prettiest-pink:#e6a2c5;
--soft-cashmere:#f0b2d6;
--popcorn:#f6d079;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}