Color names in this palette
CSS code for this palette
/* CSS */
.shanghai-jade {
color: #a9dab6;
}
.baltic-green {
color: #3ba09d;
}
.peacock-plume {
color: #1f6f6e;
}
.lagoon {
color: #4b9b8e;
}
.calla {
color: #f1e1b6;
}
/* CSS Variables */
:root {
--shanghai-jade:#a9dab6;
--baltic-green:#3ba09d;
--peacock-plume:#1f6f6e;
--lagoon:#4b9b8e;
--calla:#f1e1b6;
}