Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a4d6d3;
}
.kingfisher-turquoise {
color: #7eb9b6;
}
.lagoon {
color: #4c9a8d;
}
.antique-green {
color: #2a6a63;
}
.hornblende-green {
color: #1e4d4c;
}
/* CSS Variables */
:root {
--smooth-satin:#a4d6d3;
--kingfisher-turquoise:#7eb9b6;
--lagoon:#4c9a8d;
--antique-green:#2a6a63;
--hornblende-green:#1e4d4c;
}