Color names in this palette
CSS code for this palette
/* CSS */
.bracing-blue {
color: #004080;
}
.princess-blue {
color: #00549e;
}
.azul-caribe {
color: #0084c2;
}
.cherry {
color: #d10031;
}
.dr-white {
color: #fbf9f9;
}
/* CSS Variables */
:root {
--bracing-blue:#004080;
--princess-blue:#00549e;
--azul-caribe:#0084c2;
--cherry:#d10031;
--dr-white:#fbf9f9;
}