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:

CSS de la paleta de colores Autumn Ember Glow

/* CSS */
.color-1 {
color: #fdd577;
}
.color-2 {
color: #ed914a;
}
.color-3 {
color: #be5227;
}
.color-4 {
color: #8d2c16;
}
.color-5 {
color: #62190e;
}

/* CSS Variables */
:root {
--color-1: #fdd577;
--color-2: #ed914a;
--color-3: #be5227;
--color-4: #8d2c16;
--color-5: #62190e;
}

CSS del degradado de fondo Autumn Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdd577, #ed914a, #be5227, #8d2c16, #62190e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdd577, #ed914a, #be5227, #8d2c16, #62190e);
}

Autumn Ember Glow color palette created on .