Color names in this palette
CSS code for this palette
/* CSS */
.first-of-july {
color: #b9e7f3;
}
.yucca-cream {
color: #a3d7c9;
}
.mint-cocktail-green {
color: #b2e1b3;
}
.lion-cub {
color: #f8caa5;
}
.blush {
color: #f39c91;
}
/* CSS Variables */
:root {
--first-of-july:#b9e7f3;
--yucca-cream:#a3d7c9;
--mint-cocktail-green:#b2e1b3;
--lion-cub:#f8caa5;
--blush:#f39c91;
}