Color names in this palette
CSS code for this palette
/* CSS */
.gem-silica {
color: #7ac7a1;
}
.blue-racer {
color: #4ca1a9;
}
.winter-time {
color: #3c8f9f;
}
.panorama {
color: #2f7e89;
}
.black-forest-blue {
color: #2a495a;
}
/* CSS Variables */
:root {
--gem-silica:#7ac7a1;
--blue-racer:#4ca1a9;
--winter-time:#3c8f9f;
--panorama:#2f7e89;
--black-forest-blue:#2a495a;
}