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: #ed9f02;
}
.color-2 {
color: #f08605;
}
.color-3 {
color: #d95d3a;
}
.color-4 {
color: #c74d3d;
}
.color-5 {
color: #610f1e;
}
/* CSS Variables */
:root {
--color-1: #ed9f02;
--color-2: #f08605;
--color-3: #d95d3a;
--color-4: #c74d3d;
--color-5: #610f1e;
}
CSS del degradado de fondo Autumn Ember
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ed9f02, #f08605, #d95d3a, #c74d3d, #610f1e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ed9f02, #f08605, #d95d3a, #c74d3d, #610f1e);
}
Paletas de colores similares
Autumn Ember color palette created on .