Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.pool-green {
color: #00b39b;
}
.mint-leaf {
color: #00d1b2;
}
.first-timer-green {
color: #00e6d6;
}
.icery {
color: #a0f3e0;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--pool-green:#00b39b;
--mint-leaf:#00d1b2;
--first-timer-green:#00e6d6;
--icery:#a0f3e0;
}