Sunset Harvest Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Harvest Hues palette
Sunset Harvest Hues color palette CSS
/* CSS */
.color-1 {
color: #f3bf86;
}
.color-2 {
color: #d9a36d;
}
.color-3 {
color: #b69d72;
}
.color-4 {
color: #bd8551;
}
.color-5 {
color: #a1885e;
}
/* CSS Variables */
:root {
--color-1: #f3bf86;
--color-2: #d9a36d;
--color-3: #b69d72;
--color-4: #bd8551;
--color-5: #a1885e;
}
Sunset Harvest Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3bf86, #d9a36d, #b69d72, #bd8551, #a1885e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3bf86, #d9a36d, #b69d72, #bd8551, #a1885e);
}
Similar color palettes
Sunset Harvest Hues color palette created on .