Color names in this palette
CSS code for this palette
/* CSS */
.field-frost {
color: #cee8e8;
}
.touch-of-turquoise {
color: #a2d7d0;
}
.meridian-star {
color: #7ac7b3;
}
.jadeite {
color: #3bbfa2;
}
.plumage {
color: #00998c;
}
/* CSS Variables */
:root {
--field-frost:#cee8e8;
--touch-of-turquoise:#a2d7d0;
--meridian-star:#7ac7b3;
--jadeite:#3bbfa2;
--plumage:#00998c;
}