Paleta de colores Shades of Brown
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Brown palette
Imagen PNG de la paleta de colores Shades of Brown
CSS de la paleta de colores Shades of Brown
/* CSS */
.color-1 {
color: #d9c7b5;
}
.color-2 {
color: #f5e1c2;
}
.color-3 {
color: #f3dac9;
}
.color-4 {
color: #c1a59a;
}
.color-5 {
color: #8b6f70;
}
/* CSS Variables */
:root {
--color-1: #d9c7b5;
--color-2: #f5e1c2;
--color-3: #f3dac9;
--color-4: #c1a59a;
--color-5: #8b6f70;
}
CSS del degradado de fondo Shades of Brown
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c7b5, #f5e1c2, #f3dac9, #c1a59a, #8b6f70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c7b5, #f5e1c2, #f3dac9, #c1a59a, #8b6f70);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Beige
Shades of Brown color palette created on .