Color names in this palette
CSS code for this palette
/* CSS */
.saline-water {
color: #c3e9e6;
}
.smooth-satin {
color: #a2d7d2;
}
.florida-turquoise {
color: #6bb8b0;
}
.latigo-bay {
color: #3a9c9b;
}
.geneva-green {
color: #1f7a78;
}
/* CSS Variables */
:root {
--saline-water:#c3e9e6;
--smooth-satin:#a2d7d2;
--florida-turquoise:#6bb8b0;
--latigo-bay:#3a9c9b;
--geneva-green:#1f7a78;
}