Color names in this palette
CSS code for this palette
/* CSS */
.mint-condition {
color: #dcf9f1;
}
.waterwings {
color: #adebdb;
}
.belize {
color: #7bd5d1;
}
.green-grapple {
color: #3cb4b4;
}
.regula-barbara-blue {
color: #009999;
}
/* CSS Variables */
:root {
--mint-condition:#dcf9f1;
--waterwings:#adebdb;
--belize:#7bd5d1;
--green-grapple:#3cb4b4;
--regula-barbara-blue:#009999;
}