Color names in this palette
CSS code for this palette
/* CSS */
.arctic-water {
color: #00fafa;
}
.bright-aqua {
color: #0ff5e2;
}
.fake-jade {
color: #19e6d1;
}
.fresh-turquoise {
color: #3ce2c9;
}
.medium-aquamarine {
color: #6fe2b0;
}
/* CSS Variables */
:root {
--arctic-water:#00fafa;
--bright-aqua:#0ff5e2;
--fake-jade:#19e6d1;
--fresh-turquoise:#3ce2c9;
--medium-aquamarine:#6fe2b0;
}