Color names in this palette
CSS code for this palette
/* CSS */
.azul-caribe {
color: #0084c2;
}
.blood-burst {
color: #ff4d4d;
}
.light-red {
color: #ff8080;
}
.floral-leaf {
color: #ffb54d;
}
.honey-glaze {
color: #ffda75;
}
/* CSS Variables */
:root {
--azul-caribe:#0084c2;
--blood-burst:#ff4d4d;
--light-red:#ff8080;
--floral-leaf:#ffb54d;
--honey-glaze:#ffda75;
}