Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1e8b8f;
}
.latigo-bay {
color: #3c9d9f;
}
.artesian-well {
color: #5eb5a8;
}
.sprig-of-mint {
color: #88e7b6;
}
.d-cor-white {
color: #f2e5cf;
}
/* CSS Variables */
:root {
--river-fountain:#1e8b8f;
--latigo-bay:#3c9d9f;
--artesian-well:#5eb5a8;
--sprig-of-mint:#88e7b6;
--d-cor-white:#f2e5cf;
}