Color names in this palette
CSS code for this palette
/* CSS */
.everest {
color: #a1e8e0;
}
.throat-chakra {
color: #6ed2d4;
}
.crystalsong-blue {
color: #4ab1b5;
}
.blue-chill {
color: #3d8d8f;
}
.magnetic-green {
color: #2a686a;
}
/* CSS Variables */
:root {
--everest:#a1e8e0;
--throat-chakra:#6ed2d4;
--crystalsong-blue:#4ab1b5;
--blue-chill:#3d8d8f;
--magnetic-green:#2a686a;
}