Color names in this palette
CSS code for this palette
/* CSS */
.d-u-l-green {
color: #009474;
}
.billiard {
color: #00b39e;
}
.mint-leaf {
color: #00d1b5;
}
.menthol-kiss {
color: #a2e6d4;
}
.frosty-mint {
color: #e1f9f2;
}
/* CSS Variables */
:root {
--d-u-l-green:#009474;
--billiard:#00b39e;
--mint-leaf:#00d1b5;
--menthol-kiss:#a2e6d4;
--frosty-mint:#e1f9f2;
}