Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.pool-green {
color: #00b39b;
}
.mint-leaf {
color: #00d1b2;
}
.sparkling-mint {
color: #a3e0d1;
}
.quiet-whisper {
color: #f0f4e7;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--pool-green:#00b39b;
--mint-leaf:#00d1b2;
--sparkling-mint:#a3e0d1;
--quiet-whisper:#f0f4e7;
}