Color names in this palette
CSS code for this palette
/* CSS */
.swagger {
color: #1cb5b2;
}
.ocean-liner {
color: #1e8a8a;
}
.peacock-plume {
color: #1f6f6f;
}
.forbidden-forest {
color: #205656;
}
.nordic {
color: #1a3d3d;
}
/* CSS Variables */
:root {
--swagger:#1cb5b2;
--ocean-liner:#1e8a8a;
--peacock-plume:#1f6f6f;
--forbidden-forest:#205656;
--nordic:#1a3d3d;
}