Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a3d7d2;
}
.sky-watch {
color: #8cd1d4;
}
.dexter {
color: #6ab4b4;
}
.rockpool {
color: #4f9c9c;
}
.copper-turquoise {
color: #398989;
}
/* CSS Variables */
:root {
--smooth-satin:#a3d7d2;
--sky-watch:#8cd1d4;
--dexter:#6ab4b4;
--rockpool:#4f9c9c;
--copper-turquoise:#398989;
}