Orion Color Palette

Discover the beautiful Orion color palette featuring blue bayoux (#4f5f86), wild blue yonder (#7e8db3), pigeon post (#a7b4d5), link water (#ccddf0) and spring wood (#f6f2eb).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Coastal, Elegant, Gray, Light, Modern, Muted, Neutral, Soft, Summer 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 Orion palette

Share this palette to:

💻 Orion color palette CSS

/* CSS */
.color-1 {
color: #4f5f86;
}
.color-2 {
color: #7e8db3;
}
.color-3 {
color: #a7b4d5;
}
.color-4 {
color: #ccddf0;
}
.color-5 {
color: #f6f2eb;
}

/* CSS Variables */
:root {
--color-1: #4f5f86;
--color-2: #7e8db3;
--color-3: #a7b4d5;
--color-4: #ccddf0;
--color-5: #f6f2eb;
}

🌈 Orion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f5f86, #7e8db3, #a7b4d5, #ccddf0, #f6f2eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f5f86, #7e8db3, #a7b4d5, #ccddf0, #f6f2eb);
}

Orion color palette created on .