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