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: #8c4b3b;
}
.color-2 {
color: #b56e45;
}
.color-3 {
color: #d89f69;
}
.color-4 {
color: #f1c2a2;
}
.color-5 {
color: #f9e4dc;
}

/* CSS Variables */
:root {
--color-1: #8c4b3b;
--color-2: #b56e45;
--color-3: #d89f69;
--color-4: #f1c2a2;
--color-5: #f9e4dc;
}

CSS del degradado de fondo Autumn Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c4b3b, #b56e45, #d89f69, #f1c2a2, #f9e4dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c4b3b, #b56e45, #d89f69, #f1c2a2, #f9e4dc);
}

Autumn Ember Glow color palette created on .