Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.sherbet-fruit {
color: #f8c9b9;
}
.vanilla-frost {
color: #fce8c5;
}
.mint-cocktail-green {
color: #b2e0b2;
}
.light-blue-glint {
color: #a8d1e1;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--sherbet-fruit:#f8c9b9;
--vanilla-frost:#fce8c5;
--mint-cocktail-green:#b2e0b2;
--light-blue-glint:#a8d1e1;
}