Blue Authority Color Palette
Discover the beautiful Blue Authority color palette featuring oxford blue (#2e3a47), fiord (#4b586c), slate gray (#6a768a), pigeon post (#a7c1d7) and mystic (#d9e2e8).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Elegant, Modern 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 Blue Authority palette
💻 Blue Authority color palette CSS
/* CSS */
.color-1 {
color: #2e3a47;
}
.color-2 {
color: #4b586c;
}
.color-3 {
color: #6a768a;
}
.color-4 {
color: #a7c1d7;
}
.color-5 {
color: #d9e2e8;
}
/* CSS Variables */
:root {
--color-1: #2e3a47;
--color-2: #4b586c;
--color-3: #6a768a;
--color-4: #a7c1d7;
--color-5: #d9e2e8;
}
🌈 Blue Authority background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e3a47, #4b586c, #6a768a, #a7c1d7, #d9e2e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e3a47, #4b586c, #6a768a, #a7c1d7, #d9e2e8);
}
🔗 Explore similar color palettes
Blue Authority color palette created on .