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