Paleta de colores Autumn Emberstone
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Autumn Emberstone palette
CSS de la paleta de colores Autumn Emberstone
/* CSS */
.color-1 {
color: #d2512d;
}
.color-2 {
color: #f9a65d;
}
.color-3 {
color: #fbcf89;
}
.color-4 {
color: #e1d8a8;
}
.color-5 {
color: #895b29;
}
/* CSS Variables */
:root {
--color-1: #d2512d;
--color-2: #f9a65d;
--color-3: #fbcf89;
--color-4: #e1d8a8;
--color-5: #895b29;
}
CSS del degradado de fondo Autumn Emberstone
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2512d, #f9a65d, #fbcf89, #e1d8a8, #895b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2512d, #f9a65d, #fbcf89, #e1d8a8, #895b29);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Otoño
Autumn Emberstone color palette created on .