Color names in this palette
CSS code for this palette
/* CSS */
.duvall {
color: #0c8c92;
}
.tropical-tree {
color: #1daaa3;
}
.treasured-teal {
color: #50beb5;
}
.ice-crystal-blue {
color: #a4e5e0;
}
.mint-condition {
color: #def7f3;
}
/* CSS Variables */
:root {
--duvall:#0c8c92;
--tropical-tree:#1daaa3;
--treasured-teal:#50beb5;
--ice-crystal-blue:#a4e5e0;
--mint-condition:#def7f3;
}