Sunset Harvest Color Palette
Discover the beautiful Sunset Harvest color palette featuring casablanca (#f7c94b), ronchi (#e8b64a), tango (#f07b2d), flame pea (#d66c2e) and chestnut (#b9544b).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Sunset Harvest palette
๐ป Sunset Harvest color palette CSS
/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #e8b64a;
}
.color-3 {
color: #f07b2d;
}
.color-4 {
color: #d66c2e;
}
.color-5 {
color: #b9544b;
}
/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #e8b64a;
--color-3: #f07b2d;
--color-4: #d66c2e;
--color-5: #b9544b;
} ๐ Sunset Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #e8b64a, #f07b2d, #d66c2e, #b9544b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #e8b64a, #f07b2d, #d66c2e, #b9544b);
} ๐ Explore similar color palettes
Sunset Harvest color palette created on .