Paleta de colores Soft Brown
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Brown palette
CSS de la paleta de colores Soft Brown
/* CSS */
.color-1 {
color: #e6b57a;
}
.color-2 {
color: #f8d0a0;
}
.color-3 {
color: #f9e2d7;
}
.color-4 {
color: #d4b5c0;
}
.color-5 {
color: #e8a1ae;
}
/* CSS Variables */
:root {
--color-1: #e6b57a;
--color-2: #f8d0a0;
--color-3: #f9e2d7;
--color-4: #d4b5c0;
--color-5: #e8a1ae;
}
CSS del degradado de fondo Soft Brown
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b57a, #f8d0a0, #f9e2d7, #d4b5c0, #e8a1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b57a, #f8d0a0, #f9e2d7, #d4b5c0, #e8a1ae);
}
Paletas de colores similares
Soft Brown color palette created on .