Color names in this palette
CSS code for this palette
/* CSS */
.jadestone {
color: #00a89d;
}
.tropical-waters {
color: #007b80;
}
.tidal-pool {
color: #005c5a;
}
.rich-black {
color: #003d3c;
}
.stellar-explorer {
color: #001f1f;
}
/* CSS Variables */
:root {
--jadestone:#00a89d;
--tropical-waters:#007b80;
--tidal-pool:#005c5a;
--rich-black:#003d3c;
--stellar-explorer:#001f1f;
}