Paleta de colores Harvest Golds and Rusts
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Harvest Golds and Rusts palette
CSS de la paleta de colores Harvest Golds and Rusts
/* CSS */
.color-1 {
color: #d0a24e;
}
.color-2 {
color: #b66d3a;
}
.color-3 {
color: #a55d3b;
}
.color-4 {
color: #8b492d;
}
.color-5 {
color: #603b1a;
}
/* CSS Variables */
:root {
--color-1: #d0a24e;
--color-2: #b66d3a;
--color-3: #a55d3b;
--color-4: #8b492d;
--color-5: #603b1a;
}
CSS del degradado de fondo Harvest Golds and Rusts
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0a24e, #b66d3a, #a55d3b, #8b492d, #603b1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0a24e, #b66d3a, #a55d3b, #8b492d, #603b1a);
}
Paletas de colores similares
Harvest Golds and Rusts color palette created on .