Color names in this palette
CSS code for this palette
/* CSS */
.bali-bliss {
color: #5da2a0;
}
.arboretum {
color: #6fb8a0;
}
.catarina-green {
color: #8cc0b1;
}
.waterwings {
color: #afe9e1;
}
.let-it-snow {
color: #d6f5f4;
}
/* CSS Variables */
:root {
--bali-bliss:#5da2a0;
--arboretum:#6fb8a0;
--catarina-green:#8cc0b1;
--waterwings:#afe9e1;
--let-it-snow:#d6f5f4;
}