Paleta de colores Autumn Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Glow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Autumn Glow

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

CSS de la paleta de colores Autumn Glow

/* CSS */
.color-1 {
color: #f7b655;
}
.color-2 {
color: #f68c46;
}
.color-3 {
color: #f87468;
}
.color-4 {
color: #f75555;
}
.color-5 {
color: #f64660;
}

/* CSS Variables */
:root {
--color-1: #f7b655;
--color-2: #f68c46;
--color-3: #f87468;
--color-4: #f75555;
--color-5: #f64660;
}

CSS del degradado de fondo Autumn Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b655, #f68c46, #f87468, #f75555, #f64660);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b655, #f68c46, #f87468, #f75555, #f64660);
}

Autumn Glow color palette created on .