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