Bauhaus Bright Color Palette

Discover the beautiful Bauhaus Bright color palette featuring alizarin crimson (#d92638), school bus yellow (#ffd900), endeavour (#005fa8), silver (#bfbfbf) and cod gray (#0f0f0f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Blue, Geometric, Gray, Modern, Red, Vibrant, Yellow 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 Bauhaus Bright palette

Share this palette to:

💻 Bauhaus Bright color palette CSS

/* CSS */
.color-1 {
color: #d92638;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #005fa8;
}
.color-4 {
color: #bfbfbf;
}
.color-5 {
color: #0f0f0f;
}

/* CSS Variables */
:root {
--color-1: #d92638;
--color-2: #ffd900;
--color-3: #005fa8;
--color-4: #bfbfbf;
--color-5: #0f0f0f;
}

🌈 Bauhaus Bright background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d92638, #ffd900, #005fa8, #bfbfbf, #0f0f0f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d92638, #ffd900, #005fa8, #bfbfbf, #0f0f0f);
}

Bauhaus Bright color palette created on .