Germany Color Palette

Discover the beautiful Germany color palette featuring monza (#d60032), selective yellow (#ffb300), yellow (#f5f500), fern green (#4c8b3c) and international klein blue (#003ca3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Yellow, Black, Bright, Flag, Summer, Vibrant, Modern, Fun 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 Germany palette

Share this palette to:

💻 Germany color palette CSS

/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #f5f500;
}
.color-4 {
color: #4c8b3c;
}
.color-5 {
color: #003ca3;
}

/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ffb300;
--color-3: #f5f500;
--color-4: #4c8b3c;
--color-5: #003ca3;
}

🌈 Germany background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ffb300, #f5f500, #4c8b3c, #003ca3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ffb300, #f5f500, #4c8b3c, #003ca3);
}

Germany color palette created on .