Orange Blue Color Palette

Discover the beautiful Orange Blue color palette featuring tangerine (#f08c00), saffron (#f6b83c), corvette (#fad8a8), havelock blue (#4d9ee0) and mulled wine (#4a4a6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Orange, Vibrant 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 Blue palette

Share this palette to:

💻 Orange Blue color palette CSS

/* CSS */
.color-1 {
color: #f08c00;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #fad8a8;
}
.color-4 {
color: #4d9ee0;
}
.color-5 {
color: #4a4a6d;
}

/* CSS Variables */
:root {
--color-1: #f08c00;
--color-2: #f6b83c;
--color-3: #fad8a8;
--color-4: #4d9ee0;
--color-5: #4a4a6d;
}

🌈 Orange Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f08c00, #f6b83c, #fad8a8, #4d9ee0, #4a4a6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f08c00, #f6b83c, #fad8a8, #4d9ee0, #4a4a6d);
}

Orange Blue color palette created on .