Color names in this palette
CSS code for this palette
/* CSS */
.botanical-tint {
color: #a9e5d1;
}
.peppy-peacock {
color: #4dd5b8;
}
.sea-kale {
color: #2da99b;
}
.miami-jade {
color: #1e8f7e;
}
.bella-vista {
color: #0d6e5c;
}
/* CSS Variables */
:root {
--botanical-tint:#a9e5d1;
--peppy-peacock:#4dd5b8;
--sea-kale:#2da99b;
--miami-jade:#1e8f7e;
--bella-vista:#0d6e5c;
}