Color names in this palette
CSS code for this palette
/* CSS */
.ghostlands-coal {
color: #0f3a3e;
}
.emerald-pool {
color: #1b5f5f;
}
.blue-chill {
color: #3c908d;
}
.miami-teal {
color: #6cc6af;
}
.menthol-kiss {
color: #9fe0d6;
}
/* CSS Variables */
:root {
--ghostlands-coal:#0f3a3e;
--emerald-pool:#1b5f5f;
--blue-chill:#3c908d;
--miami-teal:#6cc6af;
--menthol-kiss:#9fe0d6;
}