Sunset Harvest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Harvest palette
Sunset Harvest color palette CSS
/* CSS */
.color-1 {
color: #d26d41;
}
.color-2 {
color: #f6c71e;
}
.color-3 {
color: #e0c09e;
}
.color-4 {
color: #497a9c;
}
.color-5 {
color: #9d6c6c;
}
/* CSS Variables */
:root {
--color-1: #d26d41;
--color-2: #f6c71e;
--color-3: #e0c09e;
--color-4: #497a9c;
--color-5: #9d6c6c;
}
Sunset Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d26d41, #f6c71e, #e0c09e, #497a9c, #9d6c6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d26d41, #f6c71e, #e0c09e, #497a9c, #9d6c6c);
}
Similar color palettes
Sunset Harvest color palette created on .