Paleta de colores Light Blue and Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Light Blue and Pink palette
CSS de la paleta de colores Light Blue and Pink
/* CSS */
.color-1 {
color: #c9e1f8;
}
.color-2 {
color: #d3d2f4;
}
.color-3 {
color: #e4d9f7;
}
.color-4 {
color: #f1dbf5;
}
.color-5 {
color: #eed2ef;
}
/* CSS Variables */
:root {
--color-1: #c9e1f8;
--color-2: #d3d2f4;
--color-3: #e4d9f7;
--color-4: #f1dbf5;
--color-5: #eed2ef;
}
CSS del degradado de fondo Light Blue and Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9e1f8, #d3d2f4, #e4d9f7, #f1dbf5, #eed2ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9e1f8, #d3d2f4, #e4d9f7, #f1dbf5, #eed2ef);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
Light Blue and Pink color palette created on .