Orange Sunset Color Palette

Discover the beautiful Orange Sunset color palette featuring milano red (#b10615), yellow sea (#f9b406), supernova (#f9d006), web orange (#f0a800) and mango tango (#d67d00).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Yellow, Bright, Vibrant, Fun 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 Orange Sunset palette

Share this palette to:

💻 Orange Sunset color palette CSS

/* CSS */
.color-1 {
color: #b10615;
}
.color-2 {
color: #f9b406;
}
.color-3 {
color: #f9d006;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d67d00;
}

/* CSS Variables */
:root {
--color-1: #b10615;
--color-2: #f9b406;
--color-3: #f9d006;
--color-4: #f0a800;
--color-5: #d67d00;
}

🌈 Orange Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b10615, #f9b406, #f9d006, #f0a800, #d67d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b10615, #f9b406, #f9d006, #f0a800, #d67d00);
}

Orange Sunset color palette created on .