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: #65311a;
}
.color-2 {
color: #8b503c;
}
.color-3 {
color: #a96f5b;
}
.color-4 {
color: #d79e70;
}
.color-5 {
color: #f5c79e;
}
/* CSS Variables */
:root {
--color-1: #65311a;
--color-2: #8b503c;
--color-3: #a96f5b;
--color-4: #d79e70;
--color-5: #f5c79e;
}
CSS del degradado de fondo Autumn Ember
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #65311a, #8b503c, #a96f5b, #d79e70, #f5c79e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #65311a, #8b503c, #a96f5b, #d79e70, #f5c79e);
}
Paletas de colores similares
Autumn Ember color palette created on .