Color names in this palette
CSS code for this palette
/* CSS */
.aqua-zing {
color: #79d7d1;
}
.crystalsong-blue {
color: #4eb0b1;
}
.baltic {
color: #29a39f;
}
.geneva-green {
color: #1c7d7b;
}
.empress-teal {
color: #135d59;
}
/* CSS Variables */
:root {
--aqua-zing:#79d7d1;
--crystalsong-blue:#4eb0b1;
--baltic:#29a39f;
--geneva-green:#1c7d7b;
--empress-teal:#135d59;
}