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