Color names in this palette
CSS code for this palette
/* CSS */
.ocean-cruise {
color: #9dd8e1;
}
.ice-crystal-blue {
color: #a5e4e4;
}
.mint-macaron {
color: #b4f1f3;
}
.coastal-breeze {
color: #dff5f6;
}
.sparkling-snow {
color: #f3fcfc;
}
/* CSS Variables */
:root {
--ocean-cruise:#9dd8e1;
--ice-crystal-blue:#a5e4e4;
--mint-macaron:#b4f1f3;
--coastal-breeze:#dff5f6;
--sparkling-snow:#f3fcfc;
}