Color names in this palette
CSS code for this palette
/* CSS */
.botanical-tint {
color: #a7e2d5;
}
.tropical-escape {
color: #4cb8b1;
}
.plumage {
color: #009987;
}
.pond-moss {
color: #007a6e;
}
.mosque {
color: #00615c;
}
/* CSS Variables */
:root {
--botanical-tint:#a7e2d5;
--tropical-escape:#4cb8b1;
--plumage:#009987;
--pond-moss:#007a6e;
--mosque:#00615c;
}