Color names in this palette
CSS code for this palette
/* CSS */
.sea-rover {
color: #a2d2e2;
}
.lagoona-teal {
color: #77c6d4;
}
.freshwater {
color: #4ea4b1;
}
.turkish-stone {
color: #2f7b8e;
}
.teal-fury {
color: #18707b;
}
/* CSS Variables */
:root {
--sea-rover:#a2d2e2;
--lagoona-teal:#77c6d4;
--freshwater:#4ea4b1;
--turkish-stone:#2f7b8e;
--teal-fury:#18707b;
}