Color names in this palette
CSS code for this palette
/* CSS */
.billiard {
color: #00b39e;
}
.bianchi-green {
color: #40d4c2;
}
.turquoise-chalk {
color: #75e1da;
}
.ice-citadel {
color: #b6f7f2;
}
.mint-cream {
color: #f5fffa;
}
/* CSS Variables */
:root {
--billiard:#00b39e;
--bianchi-green:#40d4c2;
--turquoise-chalk:#75e1da;
--ice-citadel:#b6f7f2;
--mint-cream:#f5fffa;
}