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