Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.parkwater {
color: #497bc1;
}
.peninsula {
color: #397aa2;
}
.turkish-stone {
color: #2b7b8c;
}
.marine-wonder {
color: #1f717a;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--parkwater:#497bc1;
--peninsula:#397aa2;
--turkish-stone:#2b7b8c;
--marine-wonder:#1f717a;
}