Color names in this palette
CSS code for this palette
/* CSS */
.meristem {
color: #a9e0d0;
}
.aqua-zing {
color: #7eddd3;
}
.sea-serpent {
color: #4bc7d2;
}
.maximum-blue-green {
color: #2bb8c5;
}
.regula-barbara-blue {
color: #009999;
}
/* CSS Variables */
:root {
--meristem:#a9e0d0;
--aqua-zing:#7eddd3;
--sea-serpent:#4bc7d2;
--maximum-blue-green:#2bb8c5;
--regula-barbara-blue:#009999;
}