Paleta de colores Blue Innocence

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Innocence palette

Compartir esta paleta en:

Descargar la paleta de colores Blue Innocence (PNG)

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

CSS de la paleta de colores Blue Innocence

/* CSS */
.color-1 {
color: #1e8cfa;
}
.color-2 {
color: #01bbf9;
}
.color-3 {
color: #82caf7;
}
.color-4 {
color: #f9d401;
}
.color-5 {
color: #f94301;
}

/* CSS Variables */
:root {
--color-1: #1e8cfa;
--color-2: #01bbf9;
--color-3: #82caf7;
--color-4: #f9d401;
--color-5: #f94301;
}

CSS del degradado de fondo Blue Innocence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8cfa, #01bbf9, #82caf7, #f9d401, #f94301);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8cfa, #01bbf9, #82caf7, #f9d401, #f94301);
}

Blue Innocence color palette created on .