Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.cheddar-corn {
color: #f8d4b4;
}
.venetian-yellow {
color: #f6e5a2;
}
.mint-cocktail-green {
color: #b4e4af;
}
.blizzard-blue {
color: #9fe7f4;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--cheddar-corn:#f8d4b4;
--venetian-yellow:#f6e5a2;
--mint-cocktail-green:#b4e4af;
--blizzard-blue:#9fe7f4;
}