Color names in this palette
CSS code for this palette
/* CSS */
.saline-water {
color: #c3e9e6;
}
.smooth-satin {
color: #a2d8d2;
}
.cyantific {
color: #79c8c2;
}
.tropical-escape {
color: #50b9b0;
}
.blue-island {
color: #28a9a1;
}
/* CSS Variables */
:root {
--saline-water:#c3e9e6;
--smooth-satin:#a2d8d2;
--cyantific:#79c8c2;
--tropical-escape:#50b9b0;
--blue-island:#28a9a1;
}