Color names in this palette
CSS code for this palette
/* CSS */
.nihilakh-oxide {
color: #a1d4b5;
}
.pale-jade {
color: #79c3b8;
}
.rockpool {
color: #4ea0a2;
}
.riviera-sea {
color: #1b7f88;
}
.by-the-bayou {
color: #007c8f;
}
/* CSS Variables */
:root {
--nihilakh-oxide:#a1d4b5;
--pale-jade:#79c3b8;
--rockpool:#4ea0a2;
--riviera-sea:#1b7f88;
--by-the-bayou:#007c8f;
}