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: #b2c8d7;
}
.color-2 {
color: #a7b4c3;
}
.color-3 {
color: #8e9ba9;
}
.color-4 {
color: #f2b1b1;
}
.color-5 {
color: #d76a6a;
}
/* CSS Variables */
:root {
--color-1: #b2c8d7;
--color-2: #a7b4c3;
--color-3: #8e9ba9;
--color-4: #f2b1b1;
--color-5: #d76a6a;
}
CSS del degradado de fondo Soft Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2c8d7, #a7b4c3, #8e9ba9, #f2b1b1, #d76a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2c8d7, #a7b4c3, #8e9ba9, #f2b1b1, #d76a6a);
}
Paletas de colores similares
Soft Blue color palette created on .