Paleta de colores Light Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Blue palette
CSS de la paleta de colores Light Blue
/* CSS */
.color-1 {
color: #a2c2e6;
}
.color-2 {
color: #a8d6e6;
}
.color-3 {
color: #b9e4e2;
}
.color-4 {
color: #f1c5c1;
}
.color-5 {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--color-1: #a2c2e6;
--color-2: #a8d6e6;
--color-3: #b9e4e2;
--color-4: #f1c5c1;
--color-5: #ffb3b3;
}
CSS del degradado de fondo Light Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c2e6, #a8d6e6, #b9e4e2, #f1c5c1, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c2e6, #a8d6e6, #b9e4e2, #f1c5c1, #ffb3b3);
}
Paletas de colores similares
Light Blue color palette created on .