Color names in this palette
CSS code for this palette
/* CSS */
.early-july {
color: #a6e1e8;
}
.powder-blue {
color: #b1e0e7;
}
.icy-breeze {
color: #c1f0f6;
}
.smooth-satin {
color: #a2d8d0;
}
.lifeboat-blue {
color: #7fb5b8;
}
/* CSS Variables */
:root {
--early-july:#a6e1e8;
--powder-blue:#b1e0e7;
--icy-breeze:#c1f0f6;
--smooth-satin:#a2d8d0;
--lifeboat-blue:#7fb5b8;
}