Color names in this palette
CSS code for this palette
/* CSS */
.aqua-deep {
color: #014b44;
}
.tropics {
color: #009e8e;
}
.billiard {
color: #00b39e;
}
.channel-marker-green {
color: #00d6b6;
}
.plunge-pool {
color: #00ffcc;
}
/* CSS Variables */
:root {
--aqua-deep:#014b44;
--tropics:#009e8e;
--billiard:#00b39e;
--channel-marker-green:#00d6b6;
--plunge-pool:#00ffcc;
}