Government Building Color Palette

Discover the beautiful Government Building color palette featuring periwinkle gray (#c9d3e9), sail (#a9c4f9), dodger blue (#3c83f6), persian blue (#1d4fd7) and persian blue (#1e3fae).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Modern, Government, Architecture, Coastal, Summer, Light 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 Government Building palette

Share this palette to:

💻 Government Building color palette CSS

/* CSS */
.color-1 {
color: #c9d3e9;
}
.color-2 {
color: #a9c4f9;
}
.color-3 {
color: #3c83f6;
}
.color-4 {
color: #1d4fd7;
}
.color-5 {
color: #1e3fae;
}

/* CSS Variables */
:root {
--color-1: #c9d3e9;
--color-2: #a9c4f9;
--color-3: #3c83f6;
--color-4: #1d4fd7;
--color-5: #1e3fae;
}

🌈 Government Building background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9d3e9, #a9c4f9, #3c83f6, #1d4fd7, #1e3fae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9d3e9, #a9c4f9, #3c83f6, #1d4fd7, #1e3fae);
}

Government Building color palette created on .