Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.synergy {
color: #4bc3b1;
}
.young-bamboo {
color: #6cbc89;
}
.vers-de-terre {
color: #a7e2a9;
}
.light-carolina {
color: #d9f9d2;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--synergy:#4bc3b1;
--young-bamboo:#6cbc89;
--vers-de-terre:#a7e2a9;
--light-carolina:#d9f9d2;
}