Color names in this palette
CSS code for this palette
/* CSS */
.pool-green {
color: #00b39b;
}
.tropical-kelp {
color: #009e7c;
}
.spanish-viridian {
color: #008060;
}
.aotake-bamboo {
color: #00613c;
}
.deep-pond {
color: #003d1b;
}
/* CSS Variables */
:root {
--pool-green:#00b39b;
--tropical-kelp:#009e7c;
--spanish-viridian:#008060;
--aotake-bamboo:#00613c;
--deep-pond:#003d1b;
}