Paleta de colores Blue Vox

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Vox palette

Compartir esta paleta en:

Descargar la paleta de colores Blue Vox (PNG)

Download blue vox color palette PNG image (landscape)
Download blue vox color palette PNG image (square)

CSS de la paleta de colores Blue Vox

/* CSS */
.color-1 {
color: #1f3a5c;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #6fc1d8;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #f45d5d;
}

/* CSS Variables */
:root {
--color-1: #1f3a5c;
--color-2: #497b9c;
--color-3: #6fc1d8;
--color-4: #f0a400;
--color-5: #f45d5d;
}

CSS del degradado de fondo Blue Vox

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a5c, #497b9c, #6fc1d8, #f0a400, #f45d5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a5c, #497b9c, #6fc1d8, #f0a400, #f45d5d);
}

Blue Vox color palette created on .