Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a2d8d2;
}
.tropic-tide {
color: #6ac8b8;
}
.latigo-bay {
color: #409c9a;
}
.corfu-shallows {
color: #008f8f;
}
.mayan-blue {
color: #006b6b;
}
/* CSS Variables */
:root {
--smooth-satin:#a2d8d2;
--tropic-tide:#6ac8b8;
--latigo-bay:#409c9a;
--corfu-shallows:#008f8f;
--mayan-blue:#006b6b;
}