Paleta de colores Light Blue Shades

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Blue Shades palette

Compartir esta paleta en:

CSS de la paleta de colores Light Blue Shades

/* CSS */
.color-1 {
color: #ecf6fe;
}
.color-2 {
color: #e1f4fe;
}
.color-3 {
color: #cfeefc;
}
.color-4 {
color: #c1eafb;
}
.color-5 {
color: #aee4f9;
}

/* CSS Variables */
:root {
--color-1: #ecf6fe;
--color-2: #e1f4fe;
--color-3: #cfeefc;
--color-4: #c1eafb;
--color-5: #aee4f9;
}

CSS del degradado de fondo Light Blue Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecf6fe, #e1f4fe, #cfeefc, #c1eafb, #aee4f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecf6fe, #e1f4fe, #cfeefc, #c1eafb, #aee4f9);
}

Light Blue Shades color palette created on .