Orange Summer Color Palette
Discover the beautiful Orange Summer color palette featuring sweet corn (#f9d580), saffron mango (#f9b55d), tan hide (#f9a448), jaffa (#ef7e4d) and punch (#e04f38).
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 Orange Summer palette
💻 Orange Summer color palette CSS
/* CSS */
.color-1 {
color: #f9d580;
}
.color-2 {
color: #f9b55d;
}
.color-3 {
color: #f9a448;
}
.color-4 {
color: #ef7e4d;
}
.color-5 {
color: #e04f38;
}
/* CSS Variables */
:root {
--color-1: #f9d580;
--color-2: #f9b55d;
--color-3: #f9a448;
--color-4: #ef7e4d;
--color-5: #e04f38;
} 🌈 Orange Summer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d580, #f9b55d, #f9a448, #ef7e4d, #e04f38);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d580, #f9b55d, #f9a448, #ef7e4d, #e04f38);
} 🔗 Explore similar color palettes
Orange Summer color palette created on .