Adidas Brights Color Palette

Discover the beautiful Adidas Brights color palette featuring mercury (#e3e3e3), mine shaft (#3d3d3d), wild sand (#f7f7f7), red orange (#ff3333) and cerulean (#00a5e0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withWhite, Black, Gray, Red, Blue, Bright, Modern, High Contrast 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 Adidas Brights palette

Share this palette to:

💻 Adidas Brights color palette CSS

/* CSS */
.color-1 {
color: #e3e3e3;
}
.color-2 {
color: #3d3d3d;
}
.color-3 {
color: #f7f7f7;
}
.color-4 {
color: #ff3333;
}
.color-5 {
color: #00a5e0;
}

/* CSS Variables */
:root {
--color-1: #e3e3e3;
--color-2: #3d3d3d;
--color-3: #f7f7f7;
--color-4: #ff3333;
--color-5: #00a5e0;
}

🌈 Adidas Brights background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3e3e3, #3d3d3d, #f7f7f7, #ff3333, #00a5e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3e3e3, #3d3d3d, #f7f7f7, #ff3333, #00a5e0);
}

Adidas Brights color palette created on .