Paleta de colores Autumn Warmth

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Warmth palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Autumn Warmth

Download autumn warmth color palette PNG image (landscape)
Download autumn warmth color palette PNG image (square)

CSS de la paleta de colores Autumn Warmth

/* CSS */
.color-1 {
color: #d66829;
}
.color-2 {
color: #e09f3e;
}
.color-3 {
color: #f3c349;
}
.color-4 {
color: #895b29;
}
.color-5 {
color: #3e291e;
}

/* CSS Variables */
:root {
--color-1: #d66829;
--color-2: #e09f3e;
--color-3: #f3c349;
--color-4: #895b29;
--color-5: #3e291e;
}

CSS del degradado de fondo Autumn Warmth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d66829, #e09f3e, #f3c349, #895b29, #3e291e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d66829, #e09f3e, #f3c349, #895b29, #3e291e);
}

Autumn Warmth color palette created on .