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: #a3c7e0;
}
.color-2 {
color: #f6d64c;
}
.color-3 {
color: #f9b4b4;
}
.color-4 {
color: #e66b85;
}
.color-5 {
color: #d1a6e2;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f6d64c;
--color-3: #f9b4b4;
--color-4: #e66b85;
--color-5: #d1a6e2;
}
CSS del degradado de fondo Light Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f6d64c, #f9b4b4, #e66b85, #d1a6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f6d64c, #f9b4b4, #e66b85, #d1a6e2);
}
Paletas de colores similares
Light Blue color palette created on .