Color names in this palette
CSS code for this palette
/* CSS */
.cyprus-green {
color: #699b89;
}
.hooker-s-green {
color: #4b7c6e;
}
.iridescent {
color: #3a5a55;
}
.black-water {
color: #2c4948;
}
.royal-neptune {
color: #1e3e3e;
}
/* CSS Variables */
:root {
--cyprus-green:#699b89;
--hooker-s-green:#4b7c6e;
--iridescent:#3a5a55;
--black-water:#2c4948;
--royal-neptune:#1e3e3e;
}