Color names in this palette
CSS code for this palette
/* CSS */
.mint-cocktail-green {
color: #b5e3b0;
}
.southern-belle {
color: #a6d9c4;
}
.blue-dam {
color: #a1c4d4;
}
.lazy-daisy {
color: #f5e89e;
}
.ballerina-tears {
color: #f5b8b2;
}
/* CSS Variables */
:root {
--mint-cocktail-green:#b5e3b0;
--southern-belle:#a6d9c4;
--blue-dam:#a1c4d4;
--lazy-daisy:#f5e89e;
--ballerina-tears:#f5b8b2;
}