Color names in this palette
CSS code for this palette
/* CSS */
.bathe-blue {
color: #c4dfe4;
}
.tranquil-teal {
color: #8fc7ba;
}
.twilight-meadow {
color: #4da3a2;
}
.turkish-jade {
color: #2a878d;
}
.sea-hunter {
color: #1f5a7a;
}
/* CSS Variables */
:root {
--bathe-blue:#c4dfe4;
--tranquil-teal:#8fc7ba;
--twilight-meadow:#4da3a2;
--turkish-jade:#2a878d;
--sea-hunter:#1f5a7a;
}