Color names in this palette
CSS code for this palette
/* CSS */
.plunge-pool {
color: #00ffcc;
}
.cyan-sky {
color: #00b2b3;
}
.teal {
color: #007f80;
}
.rich-black {
color: #003d3d;
}
.stellar-explorer {
color: #001f1f;
}
/* CSS Variables */
:root {
--plunge-pool:#00ffcc;
--cyan-sky:#00b2b3;
--teal:#007f80;
--rich-black:#003d3d;
--stellar-explorer:#001f1f;
}