Paleta de colores Golden Ember Serenade
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Golden Ember Serenade palette
CSS de la paleta de colores Golden Ember Serenade
/* CSS */
.color-1 {
color: #f5a700;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffb700;
}
.color-4 {
color: #ff8c00;
}
.color-5 {
color: #ff4d00;
}
/* CSS Variables */
:root {
--color-1: #f5a700;
--color-2: #ff6d1f;
--color-3: #ffb700;
--color-4: #ff8c00;
--color-5: #ff4d00;
}
CSS del degradado de fondo Golden Ember Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a700, #ff6d1f, #ffb700, #ff8c00, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a700, #ff6d1f, #ffb700, #ff8c00, #ff4d00);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Golden Ember Serenade color palette created on .