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: #ffb84d;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ff6d33;
}
.color-4 {
color: #ff4d2e;
}
.color-5 {
color: #ff3f2e;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8b42;
--color-3: #ff6d33;
--color-4: #ff4d2e;
--color-5: #ff3f2e;
}

CSS del degradado de fondo Autumn Ember Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8b42, #ff6d33, #ff4d2e, #ff3f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8b42, #ff6d33, #ff4d2e, #ff3f2e);
}

Autumn Ember Glow color palette created on .