Four BFB Blue Color Palette

Discover the beautiful Four BFB Blue color palette featuring matisse (#1d4d91), indigo (#3b6bbf), seagull (#6cb4e4), sail (#a4d8f9) and pattens blue (#e0f0ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Coastal, Cool, Summer, 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 Four BFB Blue palette

Share this palette to:

💻 Four BFB Blue color palette CSS

/* CSS */
.color-1 {
color: #1d4d91;
}
.color-2 {
color: #3b6bbf;
}
.color-3 {
color: #6cb4e4;
}
.color-4 {
color: #a4d8f9;
}
.color-5 {
color: #e0f0ff;
}

/* CSS Variables */
:root {
--color-1: #1d4d91;
--color-2: #3b6bbf;
--color-3: #6cb4e4;
--color-4: #a4d8f9;
--color-5: #e0f0ff;
}

🌈 Four BFB Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4d91, #3b6bbf, #6cb4e4, #a4d8f9, #e0f0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4d91, #3b6bbf, #6cb4e4, #a4d8f9, #e0f0ff);
}

Four BFB Blue color palette created on .