Paleta de colores Retro Earthy Fall

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Retro Earthy Fall palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Retro Earthy Fall

Download retro earthy fall color palette PNG image (landscape)
Download retro earthy fall color palette PNG image (square)

CSS de la paleta de colores Retro Earthy Fall

/* CSS */
.color-1 {
color: #d69f38;
}
.color-2 {
color: #c37b3c;
}
.color-3 {
color: #a45b2d;
}
.color-4 {
color: #894929;
}
.color-5 {
color: #6b3e29;
}

/* CSS Variables */
:root {
--color-1: #d69f38;
--color-2: #c37b3c;
--color-3: #a45b2d;
--color-4: #894929;
--color-5: #6b3e29;
}

CSS del degradado de fondo Retro Earthy Fall

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69f38, #c37b3c, #a45b2d, #894929, #6b3e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69f38, #c37b3c, #a45b2d, #894929, #6b3e29);
}

Retro Earthy Fall color palette created on .