Color names in this palette
CSS code for this palette
/* CSS */
.mint-condition {
color: #dcf9f1;
}
.ice-crystal-blue {
color: #a7e6e3;
}
.blue-radiance {
color: #5ad3d1;
}
.island-aqua {
color: #2cb5b2;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--mint-condition:#dcf9f1;
--ice-crystal-blue:#a7e6e3;
--blue-radiance:#5ad3d1;
--island-aqua:#2cb5b2;
--buzzards-bay:#007a7a;
}