Color names in this palette
CSS code for this palette
/* CSS */
.fresh-turquoise {
color: #46ddd3;
}
.green-grapple {
color: #3cb9b1;
}
.baltic {
color: #2a9d9b;
}
.mosaic-tile {
color: #1b6969;
}
.incubi-darkness {
color: #0d4a4a;
}
/* CSS Variables */
:root {
--fresh-turquoise:#46ddd3;
--green-grapple:#3cb9b1;
--baltic:#2a9d9b;
--mosaic-tile:#1b6969;
--incubi-darkness:#0d4a4a;
}