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