Paleta de colores Autumn Ember Glow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Autumn Ember Glow palette
CSS de la paleta de colores Autumn Ember Glow
/* CSS */
.color-1 {
color: #f5d68a;
}
.color-2 {
color: #eaad62;
}
.color-3 {
color: #a68c8d;
}
.color-4 {
color: #8e705d;
}
.color-5 {
color: #cb4a43;
}
/* CSS Variables */
:root {
--color-1: #f5d68a;
--color-2: #eaad62;
--color-3: #a68c8d;
--color-4: #8e705d;
--color-5: #cb4a43;
}
CSS del degradado de fondo Autumn Ember Glow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d68a, #eaad62, #a68c8d, #8e705d, #cb4a43);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d68a, #eaad62, #a68c8d, #8e705d, #cb4a43);
}
Paletas de colores similares
Autumn Ember Glow color palette created on .