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: #f5d6bc;
}
.color-2 {
color: #f2b55a;
}
.color-3 {
color: #e6a728;
}
.color-4 {
color: #d4871c;
}
.color-5 {
color: #b6502b;
}
/* CSS Variables */
:root {
--color-1: #f5d6bc;
--color-2: #f2b55a;
--color-3: #e6a728;
--color-4: #d4871c;
--color-5: #b6502b;
}
Sunset Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6bc, #f2b55a, #e6a728, #d4871c, #b6502b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6bc, #f2b55a, #e6a728, #d4871c, #b6502b);
}
Similar color palettes
Scroll down to explore 9 Apricot color palettes
Sunset Harvest color palette created on .