Paleta de colores Earthy Brew
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Earthy Brew palette
Imagen PNG de la paleta de colores Earthy Brew
CSS de la paleta de colores Earthy Brew
/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #a45d3d;
}
.color-3 {
color: #c9a68d;
}
.color-4 {
color: #e4d1b9;
}
.color-5 {
color: #794c39;
}
/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #a45d3d;
--color-3: #c9a68d;
--color-4: #e4d1b9;
--color-5: #794c39;
}
CSS del degradado de fondo Earthy Brew
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #a45d3d, #c9a68d, #e4d1b9, #794c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #a45d3d, #c9a68d, #e4d1b9, #794c39);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 1000+ paletas de colores colors.coffee
Earthy Brew color palette created on .