Paleta de colores Harvest of Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Harvest of Shadows palette
CSS de la paleta de colores Harvest of Shadows
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #b85f00;
}
.color-3 {
color: #803c00;
}
.color-4 {
color: #9f3a2d;
}
.color-5 {
color: #3c1010;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #b85f00;
--color-3: #803c00;
--color-4: #9f3a2d;
--color-5: #3c1010;
}
CSS del degradado de fondo Harvest of Shadows
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #b85f00, #803c00, #9f3a2d, #3c1010);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #b85f00, #803c00, #9f3a2d, #3c1010);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Ámbar
Harvest of Shadows color palette created on .