Color names in this palette
CSS code for this palette
/* CSS */
.jardini-re {
color: #009975;
}
.pool-green {
color: #00b398;
}
.channel-marker-green {
color: #00dbb7;
}
.plunge-pool {
color: #00ffcc;
}
.arctic-water {
color: #00fff7;
}
/* CSS Variables */
:root {
--jardini-re:#009975;
--pool-green:#00b398;
--channel-marker-green:#00dbb7;
--plunge-pool:#00ffcc;
--arctic-water:#00fff7;
}