Color names in this palette
CSS code for this palette
/* CSS */
.blue-clay {
color: #6c9393;
}
.submerged {
color: #4b8181;
}
.moonlit-forest {
color: #3c6d6d;
}
.raindrop {
color: #9fc6c6;
}
.filigree {
color: #dfe7e7;
}
/* CSS Variables */
:root {
--blue-clay:#6c9393;
--submerged:#4b8181;
--moonlit-forest:#3c6d6d;
--raindrop:#9fc6c6;
--filigree:#dfe7e7;
}