Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.pool-green {
color: #00b39b;
}
.lifeless-green {
color: #00d6a8;
}
.greenish-turquoise {
color: #00ffb3;
}
.plunge-pool {
color: #00ffcc;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--pool-green:#00b39b;
--lifeless-green:#00d6a8;
--greenish-turquoise:#00ffb3;
--plunge-pool:#00ffcc;
}