Color names in this palette
CSS code for this palette
/* CSS */
.moscow-midnight {
color: #1f4751;
}
.turkish-jade {
color: #298b8e;
}
.montego-bay {
color: #3cb3b9;
}
.blue-radiance {
color: #50d3d3;
}
.ice-crystal-blue {
color: #a4e5e2;
}
/* CSS Variables */
:root {
--moscow-midnight:#1f4751;
--turkish-jade:#298b8e;
--montego-bay:#3cb3b9;
--blue-radiance:#50d3d3;
--ice-crystal-blue:#a4e5e2;
}