Golden Harvest Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Golden Harvest Hues palette
Image Gallery
Golden Harvest Hues color palette CSS
/* CSS */
.color-1 {
color: #feda9f;
}
.color-2 {
color: #fdae30;
}
.color-3 {
color: #f59105;
}
.color-4 {
color: #e1932d;
}
.color-5 {
color: #c6852f;
}
/* CSS Variables */
:root {
--color-1: #feda9f;
--color-2: #fdae30;
--color-3: #f59105;
--color-4: #e1932d;
--color-5: #c6852f;
}
Golden Harvest Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #feda9f, #fdae30, #f59105, #e1932d, #c6852f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #feda9f, #fdae30, #f59105, #e1932d, #c6852f);
}
Similar color palettes
- Harmony of Vibrance
- Harvest Sunset Hues
- Golden Harvest Hues
- Golden Harvest Glow
- Golden Harvest Tones
- Autumn's Ember Glow
- Earthy Rosewood Symphony
- Autumn Ember Glow
- Sunlit Forest Oasis
- Citrus Sunrise
- Cocoa Sunrise Delight
- Seashell Sunset
- Autumn Ember Glow
- Crimson Eclipse
- Crimson Eclipse
- Crimson Edge
- Orange Flame
- Spiced Ember
Golden Harvest Hues color palette created on .