Paleta de colores Embers and Glow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Embers and Glow palette
Descargar la paleta de colores Embers and Glow (PNG)
CSS de la paleta de colores Embers and Glow
/* CSS */
.color-1 {
color: #ff6d2e;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd70f;
}
.color-4 {
color: #b46c3c;
}
.color-5 {
color: #4b2c20;
}
/* CSS Variables */
:root {
--color-1: #ff6d2e;
--color-2: #ffb84d;
--color-3: #ffd70f;
--color-4: #b46c3c;
--color-5: #4b2c20;
}
CSS del degradado de fondo Embers and Glow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d2e, #ffb84d, #ffd70f, #b46c3c, #4b2c20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d2e, #ffb84d, #ffd70f, #b46c3c, #4b2c20);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Otoño
Embers and Glow color palette created on .