Color names in this palette
CSS code for this palette
/* CSS */
.celadon {
color: #ade1af;
}
.southern-belle {
color: #a2d7c3;
}
.overtone {
color: #a3e0b4;
}
.mint-cocktail-green {
color: #b3e6b3;
}
.lasting-thoughts {
color: #d2e6b2;
}
/* CSS Variables */
:root {
--celadon:#ade1af;
--southern-belle:#a2d7c3;
--overtone:#a3e0b4;
--mint-cocktail-green:#b3e6b3;
--lasting-thoughts:#d2e6b2;
}