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