Paleta de colores Brown Cityscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Brown Cityscape palette
CSS de la paleta de colores Brown Cityscape
/* CSS */
.color-1 {
color: #c78b3d;
}
.color-2 {
color: #7b4e24;
}
.color-3 {
color: #4f3c30;
}
.color-4 {
color: #a85f2e;
}
.color-5 {
color: #d1b471;
}
/* CSS Variables */
:root {
--color-1: #c78b3d;
--color-2: #7b4e24;
--color-3: #4f3c30;
--color-4: #a85f2e;
--color-5: #d1b471;
}
CSS del degradado de fondo Brown Cityscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c78b3d, #7b4e24, #4f3c30, #a85f2e, #d1b471);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c78b3d, #7b4e24, #4f3c30, #a85f2e, #d1b471);
}
Paletas de colores similares
Brown Cityscape color palette created on .