Light Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Light Blue palette

Condividi questa palette a:

tavolozza dei colori Light Blue CSS

/* CSS */
.color-1 {
color: #6e9ddd;
}
.color-2 {
color: #8ecae1;
}
.color-3 {
color: #b8e5e0;
}
.color-4 {
color: #f1c1d6;
}
.color-5 {
color: #f8a5b1;
}

/* CSS Variables */
:root {
--color-1: #6e9ddd;
--color-2: #8ecae1;
--color-3: #b8e5e0;
--color-4: #f1c1d6;
--color-5: #f8a5b1;
}

CSS con gradiente di sfondo Light Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6e9ddd, #8ecae1, #b8e5e0, #f1c1d6, #f8a5b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6e9ddd, #8ecae1, #b8e5e0, #f1c1d6, #f8a5b1);
}

Light Blue color palette created on .