Paleta de colores Blue Gradation

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Gradation palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Blue Gradation

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

CSS de la paleta de colores Blue Gradation

/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4b4c9b;
}
.color-3 {
color: #6a7bb9;
}
.color-4 {
color: #a4b6d6;
}
.color-5 {
color: #e1e7ef;
}

/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4b4c9b;
--color-3: #6a7bb9;
--color-4: #a4b6d6;
--color-5: #e1e7ef;
}

CSS del degradado de fondo Blue Gradation

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4b4c9b, #6a7bb9, #a4b6d6, #e1e7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4b4c9b, #6a7bb9, #a4b6d6, #e1e7ef);
}

Blue Gradation color palette created on .