Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.winter-time {
color: #398ba2;
}
.squeaky {
color: #6ac5d7;
}
.early-july {
color: #a7dfe7;
}
.distant-horizon {
color: #f1f7f8;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--winter-time:#398ba2;
--squeaky:#6ac5d7;
--early-july:#a7dfe7;
--distant-horizon:#f1f7f8;
}