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