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