Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.aare-river {
color: #00b89f;
}
.mint-leaf {
color: #00d1b2;
}
.mint-morning {
color: #00e0c2;
}
.first-timer-green {
color: #00f0d4;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--aare-river:#00b89f;
--mint-leaf:#00d1b2;
--mint-morning:#00e0c2;
--first-timer-green:#00f0d4;
}