Color names in this palette
CSS code for this palette
/* CSS */
.malaysian-mist {
color: #b6d2d0;
}
.tareyton {
color: #a2c8c1;
}
.kingfisher-turquoise {
color: #7fb8b4;
}
.green-crush {
color: #5eb09d;
}
.zomp {
color: #3da98e;
}
/* CSS Variables */
:root {
--malaysian-mist:#b6d2d0;
--tareyton:#a2c8c1;
--kingfisher-turquoise:#7fb8b4;
--green-crush:#5eb09d;
--zomp:#3da98e;
}