Paleta de colores Warm Greens and Browns

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Warm Greens and Browns palette

Compartir esta paleta en:

Descargar la paleta de colores Warm Greens and Browns (PNG)

Download warm greens and browns color palette PNG image (landscape)
Download warm greens and browns color palette PNG image (square)

CSS de la paleta de colores Warm Greens and Browns

/* CSS */
.color-1 {
color: #4a7038;
}
.color-2 {
color: #834934;
}
.color-3 {
color: #ac966c;
}
.color-4 {
color: #b08945;
}
.color-5 {
color: #5b7651;
}

/* CSS Variables */
:root {
--color-1: #4a7038;
--color-2: #834934;
--color-3: #ac966c;
--color-4: #b08945;
--color-5: #5b7651;
}

CSS del degradado de fondo Warm Greens and Browns

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7038, #834934, #ac966c, #b08945, #5b7651);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7038, #834934, #ac966c, #b08945, #5b7651);
}

Warm Greens and Browns color palette created on .