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: #d9b88c;
}
.color-2 {
color: #e5c49e;
}
.color-3 {
color: #f4e7b8;
}
.color-4 {
color: #d8e1e9;
}
.color-5 {
color: #a5c6d5;
}
/* CSS Variables */
:root {
--color-1: #d9b88c;
--color-2: #e5c49e;
--color-3: #f4e7b8;
--color-4: #d8e1e9;
--color-5: #a5c6d5;
}
CSS del degradado de fondo Soft Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b88c, #e5c49e, #f4e7b8, #d8e1e9, #a5c6d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b88c, #e5c49e, #f4e7b8, #d8e1e9, #a5c6d5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Beige
Soft Blue color palette created on .