Color names in this palette
CSS code for this palette
/* CSS */
.calm-waters {
color: #e6f8f9;
}
.powder-blue {
color: #b0e2e8;
}
.soft-turquoise {
color: #78d3d2;
}
.crystalsong-blue {
color: #4bb4b0;
}
.ocean-liner {
color: #1e8a88;
}
/* CSS Variables */
:root {
--calm-waters:#e6f8f9;
--powder-blue:#b0e2e8;
--soft-turquoise:#78d3d2;
--crystalsong-blue:#4bb4b0;
--ocean-liner:#1e8a88;
}