Color names in this palette
CSS code for this palette
/* CSS */
.lacustral {
color: #1d4e4e;
}
.zirconia-teal {
color: #2b7d7d;
}
.hygiene-green {
color: #5cb7b7;
}
.seascape-green {
color: #b5e3e3;
}
.zappy-zebra {
color: #f0f4f4;
}
/* CSS Variables */
:root {
--lacustral:#1d4e4e;
--zirconia-teal:#2b7d7d;
--hygiene-green:#5cb7b7;
--seascape-green:#b5e3e3;
--zappy-zebra:#f0f4f4;
}