Color names in this palette
CSS code for this palette
/* CSS */
.herbal {
color: #2aac87;
}
.first-post {
color: #2bbf9d;
}
.celestial-green {
color: #31d8b7;
}
.jazzy-jade {
color: #4be2c9;
}
.oasis-stream {
color: #a6edd9;
}
/* CSS Variables */
:root {
--herbal:#2aac87;
--first-post:#2bbf9d;
--celestial-green:#31d8b7;
--jazzy-jade:#4be2c9;
--oasis-stream:#a6edd9;
}