Color names in this palette
CSS code for this palette
/* CSS */
.oxford-blue {
color: #002147;
}
.marine-blue {
color: #003866;
}
.jetski-race {
color: #005994;
}
.azul-caribe {
color: #0084c2;
}
.blue-fire {
color: #00a8e0;
}
/* CSS Variables */
:root {
--oxford-blue:#002147;
--marine-blue:#003866;
--jetski-race:#005994;
--azul-caribe:#0084c2;
--blue-fire:#00a8e0;
}