Color names in this palette
CSS code for this palette
/* CSS */
.botanical-tint {
color: #a8e6d7;
}
.mint-majesty {
color: #7dd8c2;
}
.cockatoo {
color: #5ac4b9;
}
.green-blue {
color: #3dae99;
}
.miami-jade {
color: #1e9979;
}
/* CSS Variables */
:root {
--botanical-tint:#a8e6d7;
--mint-majesty:#7dd8c2;
--cockatoo:#5ac4b9;
--green-blue:#3dae99;
--miami-jade:#1e9979;
}