Color names in this palette
CSS code for this palette
/* CSS */
.duvall {
color: #0c8c92;
}
.bahaman-bliss {
color: #41a4a2;
}
.tropic-tide {
color: #6fc3b8;
}
.botanical-tint {
color: #a8e6d7;
}
.frosty-mint {
color: #def7ef;
}
/* CSS Variables */
:root {
--duvall:#0c8c92;
--bahaman-bliss:#41a4a2;
--tropic-tide:#6fc3b8;
--botanical-tint:#a8e6d7;
--frosty-mint:#def7ef;
}