Color names in this palette
CSS code for this palette
/* CSS */
.glenwood-green {
color: #a7d3b8;
}
.peppermint-fresh {
color: #69bf9c;
}
.rockpool {
color: #4fa19e;
}
.blue-chill {
color: #3a8c8d;
}
.sea-challenge {
color: #2d5b5c;
}
/* CSS Variables */
:root {
--glenwood-green:#a7d3b8;
--peppermint-fresh:#69bf9c;
--rockpool:#4fa19e;
--blue-chill:#3a8c8d;
--sea-challenge:#2d5b5c;
}