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