Bright Summer Orange Color Palette

Discover the beautiful Bright Summer Orange color palette featuring starship (#f7e540), amber (#ffc300), my sin (#ffab1a), cinnabar (#dd431d) and rose of sharon (#bd4f00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Orange, Red, Bright, Summer color palettes and combinations.

💡 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 Bright Summer Orange palette

Share this palette to:

💻 Bright Summer Orange color palette CSS

/* CSS */
.color-1 {
color: #f7e540;
}
.color-2 {
color: #ffc300;
}
.color-3 {
color: #ffab1a;
}
.color-4 {
color: #dd431d;
}
.color-5 {
color: #bd4f00;
}

/* CSS Variables */
:root {
--color-1: #f7e540;
--color-2: #ffc300;
--color-3: #ffab1a;
--color-4: #dd431d;
--color-5: #bd4f00;
}

🌈 Bright Summer Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e540, #ffc300, #ffab1a, #dd431d, #bd4f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e540, #ffc300, #ffab1a, #dd431d, #bd4f00);
}

Bright Summer Orange color palette created on .