Color names in this palette
CSS code for this palette
/* CSS */
.abyssal-anchorfish-blue {
color: #1b2a32;
}
.planet-green {
color: #4a6e73;
}
.tranquil-aqua {
color: #7a9a9f;
}
.scandinavian-sky {
color: #c2d3d6;
}
.ethereal-white {
color: #e7f2f3;
}
/* CSS Variables */
:root {
--abyssal-anchorfish-blue:#1b2a32;
--planet-green:#4a6e73;
--tranquil-aqua:#7a9a9f;
--scandinavian-sky:#c2d3d6;
--ethereal-white:#e7f2f3;
}