Color names in this palette
CSS code for this palette
/* CSS */
.maldives {
color: #00bdd6;
}
.brilliant {
color: #0097a8;
}
.pond-moss {
color: #007a6c;
}
.alpine-green {
color: #005c50;
}
.night-turquoise {
color: #003d33;
}
/* CSS Variables */
:root {
--maldives:#00bdd6;
--brilliant:#0097a8;
--pond-moss:#007a6c;
--alpine-green:#005c50;
--night-turquoise:#003d33;
}