Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.madonna-blue {
color: #75b3d1;
}
.mountain-bluebird {
color: #4b9cbe;
}
.greenland-blue {
color: #3a7f9c;
}
.tl-loc-blue {
color: #2e6b85;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--madonna-blue:#75b3d1;
--mountain-bluebird:#4b9cbe;
--greenland-blue:#3a7f9c;
--tl-loc-blue:#2e6b85;
}