Color names in this palette
CSS code for this palette
/* CSS */
.saline-water {
color: #c3e9e6;
}
.shallow-shoal {
color: #9fd6d2;
}
.spring-water-turquoise {
color: #7ab8ae;
}
.mirage-lake {
color: #4c908b;
}
.magnetic-green {
color: #2c6866;
}
/* CSS Variables */
:root {
--saline-water:#c3e9e6;
--shallow-shoal:#9fd6d2;
--spring-water-turquoise:#7ab8ae;
--mirage-lake:#4c908b;
--magnetic-green:#2c6866;
}