Color names in this palette
CSS code for this palette
/* CSS */
.holly-green {
color: #18a079;
}
.arctic-green {
color: #4bb9b7;
}
.hidden-sea-glass {
color: #6cd5c9;
}
.beach-glass {
color: #97e7cf;
}
.chilly-white {
color: #e3f2ed;
}
/* CSS Variables */
:root {
--holly-green:#18a079;
--arctic-green:#4bb9b7;
--hidden-sea-glass:#6cd5c9;
--beach-glass:#97e7cf;
--chilly-white:#e3f2ed;
}