Paleta de colores Earthy Brew

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Earthy Brew palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Earthy Brew

Download earthy brew color palette PNG image (landscape)
Download earthy brew color palette PNG image (square)

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);
}

Earthy Brew color palette created on .