Paleta de colores Vibrant Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Blue

/* CSS */
.color-1 {
color: #002b5c;
}
.color-2 {
color: #0057a3;
}
.color-3 {
color: #0084d1;
}
.color-4 {
color: #5cb6e0;
}
.color-5 {
color: #98d7e1;
}

/* CSS Variables */
:root {
--color-1: #002b5c;
--color-2: #0057a3;
--color-3: #0084d1;
--color-4: #5cb6e0;
--color-5: #98d7e1;
}

CSS del degradado de fondo Vibrant Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #002b5c, #0057a3, #0084d1, #5cb6e0, #98d7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #002b5c, #0057a3, #0084d1, #5cb6e0, #98d7e1);
}

Vibrant Blue color palette created on .