Color names in this palette
CSS code for this palette
/* CSS */
.powder-blue {
color: #b1e0e7;
}
.havana-blue {
color: #a7dce6;
}
.water-baby {
color: #5bb6c8;
}
.magic-blue {
color: #398ca7;
}
.nautical-creatures {
color: #2c5e7d;
}
/* CSS Variables */
:root {
--powder-blue:#b1e0e7;
--havana-blue:#a7dce6;
--water-baby:#5bb6c8;
--magic-blue:#398ca7;
--nautical-creatures:#2c5e7d;
}