Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a0d4d3;
}
.tropic-tide {
color: #6bc2bf;
}
.island-moment {
color: #3daeaa;
}
.taos-turquoise {
color: #2b8c8c;
}
.marine-wonder {
color: #1e7673;
}
/* CSS Variables */
:root {
--smooth-satin:#a0d4d3;
--tropic-tide:#6bc2bf;
--island-moment:#3daeaa;
--taos-turquoise:#2b8c8c;
--marine-wonder:#1e7673;
}