Paleta de colores Soft Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Blue palette
Descargar la paleta de colores Soft Blue (PNG)
CSS de la paleta de colores Soft Blue
/* CSS */
.color-1 {
color: #f7b4ab;
}
.color-2 {
color: #f7d5a1;
}
.color-3 {
color: #f4e1b8;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #709cd2;
}
/* CSS Variables */
:root {
--color-1: #f7b4ab;
--color-2: #f7d5a1;
--color-3: #f4e1b8;
--color-4: #a8e6cf;
--color-5: #709cd2;
}
CSS del degradado de fondo Soft Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b4ab, #f7d5a1, #f4e1b8, #a8e6cf, #709cd2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b4ab, #f7d5a1, #f4e1b8, #a8e6cf, #709cd2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Soft Blue color palette created on .