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