Color names in this palette
CSS code for this palette
/* CSS */
.hidden-sea-glass {
color: #71d1c6;
}
.peppy-peacock {
color: #4edab2;
}
.disc-jockey {
color: #41c8a9;
}
.first-post {
color: #2bbf9d;
}
.dark-mountain-meadow {
color: #1daf8b;
}
/* CSS Variables */
:root {
--hidden-sea-glass:#71d1c6;
--peppy-peacock:#4edab2;
--disc-jockey:#41c8a9;
--first-post:#2bbf9d;
--dark-mountain-meadow:#1daf8b;
}