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