Paleta de colores Harvest of Prosperity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Harvest of Prosperity palette
CSS de la paleta de colores Harvest of Prosperity
/* CSS */
.color-1 {
color: #f8d5a0;
}
.color-2 {
color: #f2a76e;
}
.color-3 {
color: #e87d59;
}
.color-4 {
color: #d24b4b;
}
.color-5 {
color: #9c2b3a;
}
/* CSS Variables */
:root {
--color-1: #f8d5a0;
--color-2: #f2a76e;
--color-3: #e87d59;
--color-4: #d24b4b;
--color-5: #9c2b3a;
}
CSS del degradado de fondo Harvest of Prosperity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5a0, #f2a76e, #e87d59, #d24b4b, #9c2b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5a0, #f2a76e, #e87d59, #d24b4b, #9c2b3a);
}
Paletas de colores similares
Harvest of Prosperity color palette created on .