Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.magic-blue {
color: #398ca7;
}
.shimmering-brook {
color: #63b2d4;
}
.early-july {
color: #a6e0e8;
}
.distant-horizon {
color: #f1f6f9;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--magic-blue:#398ca7;
--shimmering-brook:#63b2d4;
--early-july:#a6e0e8;
--distant-horizon:#f1f6f9;
}