Color names in this palette
CSS code for this palette
/* CSS */
.undine {
color: #88c3b8;
}
.sheffield {
color: #5f8c7a;
}
.hooker-s-green {
color: #4b7c6e;
}
.seiheki-green {
color: #3a6961;
}
.lacrosse {
color: #2c5956;
}
/* CSS Variables */
:root {
--undine:#88c3b8;
--sheffield:#5f8c7a;
--hooker-s-green:#4b7c6e;
--seiheki-green:#3a6961;
--lacrosse:#2c5956;
}