Color names in this palette
CSS code for this palette
/* CSS */
.aquatic-edge {
color: #c2d6d1;
}
.meristem {
color: #a8e1d1;
}
.aurora-teal {
color: #6cb2ae;
}
.coolbox-ice-turquoise {
color: #499b9c;
}
.buzzards-bay {
color: #007a7a;
}
/* CSS Variables */
:root {
--aquatic-edge:#c2d6d1;
--meristem:#a8e1d1;
--aurora-teal:#6cb2ae;
--coolbox-ice-turquoise:#499b9c;
--buzzards-bay:#007a7a;
}