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