Paleta de colores Autumn Ember Glow

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Autumn Ember Glow palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Autumn Ember Glow

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

CSS de la paleta de colores Autumn Ember Glow

/* CSS */
.color-1 {
color: #a3001e;
}
.color-2 {
color: #d55839;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #f6ec60;
}

/* CSS Variables */
:root {
--color-1: #a3001e;
--color-2: #d55839;
--color-3: #ff8052;
--color-4: #ffd900;
--color-5: #f6ec60;
}

CSS del degradado de fondo Autumn Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3001e, #d55839, #ff8052, #ffd900, #f6ec60);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3001e, #d55839, #ff8052, #ffd900, #f6ec60);
}

Autumn Ember Glow color palette created on .