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