Paleta de colores Blue Nike

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Nike palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Nike

/* CSS */
.color-1 {
color: #191e43;
}
.color-2 {
color: #2e4a7f;
}
.color-3 {
color: #5b8cbe;
}
.color-4 {
color: #90d3f4;
}
.color-5 {
color: #f0a400;
}

/* CSS Variables */
:root {
--color-1: #191e43;
--color-2: #2e4a7f;
--color-3: #5b8cbe;
--color-4: #90d3f4;
--color-5: #f0a400;
}

CSS del degradado de fondo Blue Nike

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #191e43, #2e4a7f, #5b8cbe, #90d3f4, #f0a400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #191e43, #2e4a7f, #5b8cbe, #90d3f4, #f0a400);
}

Blue Nike color palette created on .