Sunlit Harvest Color Palette
Discover the beautiful Sunlit Harvest color palette featuring golden dream (#f2e03a), cream can (#f3d55e), golden sand (#f4c880), manhattan (#f5b9a3) and jaffa (#f68d3c).
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 Sunlit Harvest palette
💻 Sunlit Harvest color palette CSS
/* CSS */
.color-1 {
color: #f2e03a;
}
.color-2 {
color: #f3d55e;
}
.color-3 {
color: #f4c880;
}
.color-4 {
color: #f5b9a3;
}
.color-5 {
color: #f68d3c;
}
/* CSS Variables */
:root {
--color-1: #f2e03a;
--color-2: #f3d55e;
--color-3: #f4c880;
--color-4: #f5b9a3;
--color-5: #f68d3c;
} 🌈 Sunlit Harvest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e03a, #f3d55e, #f4c880, #f5b9a3, #f68d3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e03a, #f3d55e, #f4c880, #f5b9a3, #f68d3c);
} 🔗 Explore similar color palettes
Sunlit Harvest color palette created on .