Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9b9e;
}
.crystalsong-blue {
color: #4fb5b4;
}
.chinese-lacquer {
color: #5fc8c8;
}
.deep-aquamarine {
color: #79e2e0;
}
.waterspout {
color: #a6f1f2;
}
/* CSS Variables */
:root {
--baltic:#1f9b9e;
--crystalsong-blue:#4fb5b4;
--chinese-lacquer:#5fc8c8;
--deep-aquamarine:#79e2e0;
--waterspout:#a6f1f2;
}