Color names in this palette
CSS code for this palette
/* CSS */
.lacustral {
color: #1b4b4a;
}
.apatite-blue {
color: #2f7f7c;
}
.jolt-of-jade {
color: #4bb9a1;
}
.turquoise-chalk {
color: #74e2d1;
}
.east-cape {
color: #b1f2e6;
}
/* CSS Variables */
:root {
--lacustral:#1b4b4a;
--apatite-blue:#2f7f7c;
--jolt-of-jade:#4bb9a1;
--turquoise-chalk:#74e2d1;
--east-cape:#b1f2e6;
}