Paleta de colores Autumn's Golden Ember
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Autumn's Golden Ember palette
Image Gallery
CSS de la paleta de colores Autumn's Golden Ember
/* CSS */
.color-1 {
color: #fed795;
}
.color-2 {
color: #fba418;
}
.color-3 {
color: #d58d30;
}
.color-4 {
color: #e77d04;
}
.color-5 {
color: #c15101;
}
/* CSS Variables */
:root {
--color-1: #fed795;
--color-2: #fba418;
--color-3: #d58d30;
--color-4: #e77d04;
--color-5: #c15101;
}
CSS del degradado de fondo Autumn's Golden Ember
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed795, #fba418, #d58d30, #e77d04, #c15101);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed795, #fba418, #d58d30, #e77d04, #c15101);
}
Paletas de colores similares
Autumn's Golden Ember color palette created on .