Color names in this palette
CSS code for this palette
/* CSS */
.costa-rica-blue {
color: #7bb9e0;
}
.blue-bay {
color: #5a9bd8;
}
.casting-sea {
color: #4989c5;
}
.turkish-stone {
color: #2d7995;
}
.sea-hunter {
color: #1f5a7a;
}
/* CSS Variables */
:root {
--costa-rica-blue:#7bb9e0;
--blue-bay:#5a9bd8;
--casting-sea:#4989c5;
--turkish-stone:#2d7995;
--sea-hunter:#1f5a7a;
}