Color names in this palette
CSS code for this palette
/* CSS */
.grand-rapids {
color: #36737d;
}
.laurel-wreath {
color: #4cae8a;
}
.mint-cold-green {
color: #6cc1a3;
}
.overtone {
color: #a7e2b0;
}
.weathered-mint {
color: #e4f8e2;
}
/* CSS Variables */
:root {
--grand-rapids:#36737d;
--laurel-wreath:#4cae8a;
--mint-cold-green:#6cc1a3;
--overtone:#a7e2b0;
--weathered-mint:#e4f8e2;
}