Shades of Blue and Orange Color Palette

Discover the beautiful Shades of Blue and Orange color palette featuring atomic tangerine (#ffa861), robin's egg blue (#00d6bd), bahama blue (#00668f), outrageous orange (#ff6842) and golden tainoi (#ffcb52).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Teal, Blue, Coral, Orange, Yellow, Vibrant, Summer, Fun, Beach 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: #ffa861;
}
.color-2 {
color: #00d6bd;
}
.color-3 {
color: #00668f;
}
.color-4 {
color: #ff6842;
}
.color-5 {
color: #ffcb52;
}

/* CSS Variables */
:root {
--color-1: #ffa861;
--color-2: #00d6bd;
--color-3: #00668f;
--color-4: #ff6842;
--color-5: #ffcb52;
}

๐ŸŒˆ Shades of Blue and Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa861, #00d6bd, #00668f, #ff6842, #ffcb52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa861, #00d6bd, #00668f, #ff6842, #ffcb52);
}

Shades of Blue and Orange color palette created on .