Orange Blue Color Palette

Discover the beautiful Orange Blue color palette featuring casablanca (#f5b951), punch (#e04f38), cabaret (#d93f68), steel blue (#5b8cbe) and chambray (#3f4b92).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Orange, Pink, Blue, Vintage 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: #f5b951;
}
.color-2 {
color: #e04f38;
}
.color-3 {
color: #d93f68;
}
.color-4 {
color: #5b8cbe;
}
.color-5 {
color: #3f4b92;
}

/* CSS Variables */
:root {
--color-1: #f5b951;
--color-2: #e04f38;
--color-3: #d93f68;
--color-4: #5b8cbe;
--color-5: #3f4b92;
}

🌈 Orange Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b951, #e04f38, #d93f68, #5b8cbe, #3f4b92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b951, #e04f38, #d93f68, #5b8cbe, #3f4b92);
}

Orange Blue color palette created on .