Strong Blue Color Palette

Discover the beautiful Strong Blue color palette featuring steel blue (#4a7cba), east bay (#3f5e7d), pickled bluewood (#2b3d4f), brown rust (#b35c3d) and anzac (#e1a23d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Blue, Earthy, 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 Strong Blue palette

Share this palette to:

💻 Strong Blue color palette CSS

/* CSS */
.color-1 {
color: #4a7cba;
}
.color-2 {
color: #3f5e7d;
}
.color-3 {
color: #2b3d4f;
}
.color-4 {
color: #b35c3d;
}
.color-5 {
color: #e1a23d;
}

/* CSS Variables */
:root {
--color-1: #4a7cba;
--color-2: #3f5e7d;
--color-3: #2b3d4f;
--color-4: #b35c3d;
--color-5: #e1a23d;
}

🌈 Strong Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7cba, #3f5e7d, #2b3d4f, #b35c3d, #e1a23d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7cba, #3f5e7d, #2b3d4f, #b35c3d, #e1a23d);
}

Strong Blue color palette created on .