Color names in this palette
CSS code for this palette
/* CSS */
.mint-condition {
color: #dcf9f1;
}
.cool-crayon {
color: #b3e6e0;
}
.belize {
color: #7fd2d1;
}
.glassmith {
color: #49b7c1;
}
.regula-barbara-blue {
color: #009999;
}
/* CSS Variables */
:root {
--mint-condition:#dcf9f1;
--cool-crayon:#b3e6e0;
--belize:#7fd2d1;
--glassmith:#49b7c1;
--regula-barbara-blue:#009999;
}