Color names in this palette
CSS code for this palette
/* CSS */
.ice-crystal-blue {
color: #a7e2e0;
}
.turkish-teal {
color: #6dc5c2;
}
.latigo-bay {
color: #3a9c9b;
}
.mosaic-tile {
color: #1e6b6b;
}
.incubi-darkness {
color: #0d4a4a;
}
/* CSS Variables */
:root {
--ice-crystal-blue:#a7e2e0;
--turkish-teal:#6dc5c2;
--latigo-bay:#3a9c9b;
--mosaic-tile:#1e6b6b;
--incubi-darkness:#0d4a4a;
}