Color names in this palette
CSS code for this palette
/* CSS */
.d-u-l-green {
color: #009474;
}
.pool-green {
color: #00b39b;
}
.bianchi-green {
color: #3dd1b6;
}
.turquoise-chalk {
color: #77e4d4;
}
.icery {
color: #a1f7e4;
}
/* CSS Variables */
:root {
--d-u-l-green:#009474;
--pool-green:#00b39b;
--bianchi-green:#3dd1b6;
--turquoise-chalk:#77e4d4;
--icery:#a1f7e4;
}