Shades of Blue and Orange Color Palette

Discover the beautiful Shades of Blue and Orange color palette featuring azure radiance (#00aaff), orange (#ff6d1f), carnation pink (#ff9eca), medium purple (#a35dd5) and malibu (#88d2f7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Orange, Pink 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: #00aaff;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff9eca;
}
.color-4 {
color: #a35dd5;
}
.color-5 {
color: #88d2f7;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #ff6d1f;
--color-3: #ff9eca;
--color-4: #a35dd5;
--color-5: #88d2f7;
}

🌈 Shades of Blue and Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #ff6d1f, #ff9eca, #a35dd5, #88d2f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #ff6d1f, #ff9eca, #a35dd5, #88d2f7);
}

Shades of Blue and Orange color palette created on .