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: #d8b69d;
}
.color-2 {
color: #c69c7b;
}
.color-3 {
color: #b38e6b;
}
.color-4 {
color: #a67d59;
}
.color-5 {
color: #8f6d4d;
}
/* CSS Variables */
:root {
--color-1: #d8b69d;
--color-2: #c69c7b;
--color-3: #b38e6b;
--color-4: #a67d59;
--color-5: #8f6d4d;
}
CSS del degradado de fondo Shades of Brown
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b69d, #c69c7b, #b38e6b, #a67d59, #8f6d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b69d, #c69c7b, #b38e6b, #a67d59, #8f6d4d);
}
Paletas de colores similares
Shades of Brown color palette created on .