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: #bb9e86;
}
.color-2 {
color: #f05d14;
}
.color-3 {
color: #cf5330;
}
.color-4 {
color: #b34023;
}
.color-5 {
color: #5f2c2b;
}

/* CSS Variables */
:root {
--color-1: #bb9e86;
--color-2: #f05d14;
--color-3: #cf5330;
--color-4: #b34023;
--color-5: #5f2c2b;
}

CSS del degradado de fondo Autumn Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bb9e86, #f05d14, #cf5330, #b34023, #5f2c2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bb9e86, #f05d14, #cf5330, #b34023, #5f2c2b);
}

Autumn Ember Glow color palette created on .