Paleta de colores Soft Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Blue palette
CSS de la paleta de colores Soft Blue
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f9ed8;
}
.color-3 {
color: #87c4b0;
}
.color-4 {
color: #f1e1b6;
}
.color-5 {
color: #f79e6e;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f9ed8;
--color-3: #87c4b0;
--color-4: #f1e1b6;
--color-5: #f79e6e;
}
CSS del degradado de fondo Soft Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f9ed8, #87c4b0, #f1e1b6, #f79e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f9ed8, #87c4b0, #f1e1b6, #f79e6e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Brillante
Soft Blue color palette created on .