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