Shades of Blue and Orange Color Palette

Discover the beautiful Shades of Blue and Orange color palette featuring morning glory (#a3d5e0), ronchi (#f1b74b), tan hide (#f78355), flame pea (#d75f37) and tall poppy (#c23b29).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Shades of Blue and Orange color palette CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #f1b74b;
}
.color-3 {
color: #f78355;
}
.color-4 {
color: #d75f37;
}
.color-5 {
color: #c23b29;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #f1b74b;
--color-3: #f78355;
--color-4: #d75f37;
--color-5: #c23b29;
}

🌈 Shades of Blue and Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #f1b74b, #f78355, #d75f37, #c23b29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #f1b74b, #f78355, #d75f37, #c23b29);
}

Shades of Blue and Orange color palette created on .