Color names in this palette
CSS code for this palette
/* CSS */
.break-the-ice {
color: #b2e0f0;
}
.terrace-pool {
color: #a3d6e0;
}
.maiden-voyage {
color: #8cc8d4;
}
.flyway {
color: #5eb5d4;
}
.magic-blue {
color: #398ca7;
}
/* CSS Variables */
:root {
--break-the-ice:#b2e0f0;
--terrace-pool:#a3d6e0;
--maiden-voyage:#8cc8d4;
--flyway:#5eb5d4;
--magic-blue:#398ca7;
}