Light Blue Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Light Blue Shades palette

Condividi questa palette a:

tavolozza dei colori Light Blue Shades CSS

/* 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 con gradiente di sfondo 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 .