Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a2;
}
.rosy-nectar {
color: #f4c3e3;
}
.christmas-silver {
color: #e0e0e0;
}
.mint-cocktail-green {
color: #b4e0ae;
}
.over-the-sky {
color: #98d9f1;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a2;
--rosy-nectar:#f4c3e3;
--christmas-silver:#e0e0e0;
--mint-cocktail-green:#b4e0ae;
--over-the-sky:#98d9f1;
}