Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9b9e;
}
.bianchi-green {
color: #41c6c8;
}
.hammam-blue {
color: #60d7d7;
}
.deep-aquamarine {
color: #78e2e2;
}
.waterspout {
color: #a1f7f5;
}
/* CSS Variables */
:root {
--baltic:#1f9b9e;
--bianchi-green:#41c6c8;
--hammam-blue:#60d7d7;
--deep-aquamarine:#78e2e2;
--waterspout:#a1f7f5;
}