Paleta de colores Harvest Horizon
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Harvest Horizon palette
CSS de la paleta de colores Harvest Horizon
/* CSS */
.color-1 {
color: #f58b61;
}
.color-2 {
color: #8ebef6;
}
.color-3 {
color: #d16b52;
}
.color-4 {
color: #f7b96e;
}
.color-5 {
color: #ad5543;
}
/* CSS Variables */
:root {
--color-1: #f58b61;
--color-2: #8ebef6;
--color-3: #d16b52;
--color-4: #f7b96e;
--color-5: #ad5543;
}
CSS del degradado de fondo Harvest Horizon
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f58b61, #8ebef6, #d16b52, #f7b96e, #ad5543);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f58b61, #8ebef6, #d16b52, #f7b96e, #ad5543);
}
Paletas de colores similares
Harvest Horizon color palette created on .