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