Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.carol {
color: #2a90ac;
}
.aztec-sky {
color: #4cb6d6;
}
.blizzard-blue {
color: #a5e6f3;
}
.distant-horizon {
color: #eff9fb;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--carol:#2a90ac;
--aztec-sky:#4cb6d6;
--blizzard-blue:#a5e6f3;
--distant-horizon:#eff9fb;
}