Corporate Blue Color Palette

Discover the beautiful Corporate Blue color palette featuring deep cerulean (#0071b3), buttercup (#f1c40e), white (#ffffff), studio (#8d43ad) and mariner (#287fb8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCorporate, Blue, Gold, Elegant, Bright 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 Corporate Blue palette

Share this palette to:

💻 Corporate Blue color palette CSS

/* CSS */
.color-1 {
color: #0071b3;
}
.color-2 {
color: #f1c40e;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #8d43ad;
}
.color-5 {
color: #287fb8;
}

/* CSS Variables */
:root {
--color-1: #0071b3;
--color-2: #f1c40e;
--color-3: #ffffff;
--color-4: #8d43ad;
--color-5: #287fb8;
}

🌈 Corporate Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b3, #f1c40e, #ffffff, #8d43ad, #287fb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b3, #f1c40e, #ffffff, #8d43ad, #287fb8);
}

🔗 Explore similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Corporate Blue color palette created on .