Blue Sports Club Color Palette
Discover the beautiful Blue Sports Club color palette featuring endeavour (#0054a3), white (#ffffff), red (#ff0000), silver (#bfbfbf) and prussian blue (#002b5c).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withBlue, Red, White, 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 Blue Sports Club palette
💻 Blue Sports Club color palette CSS
/* CSS */
.color-1 {
color: #0054a3;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #ff0000;
}
.color-4 {
color: #bfbfbf;
}
.color-5 {
color: #002b5c;
}
/* CSS Variables */
:root {
--color-1: #0054a3;
--color-2: #ffffff;
--color-3: #ff0000;
--color-4: #bfbfbf;
--color-5: #002b5c;
} 🌈 Blue Sports Club background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0054a3, #ffffff, #ff0000, #bfbfbf, #002b5c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0054a3, #ffffff, #ff0000, #bfbfbf, #002b5c);
} 🔗 Explore similar color palettes
Blue Sports Club color palette created on .