Bright Blue Color Palette

Discover the beautiful Bright Blue color palette featuring dodger blue (#337eff), dodger blue (#4db5ff), anakiwa (#85d4ff), french pass (#b3e2ff) and lily white (#e5f6ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Ocean, Spring 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 Bright Blue palette

Share this palette to:

💻 Bright Blue color palette CSS

/* CSS */
.color-1 {
color: #337eff;
}
.color-2 {
color: #4db5ff;
}
.color-3 {
color: #85d4ff;
}
.color-4 {
color: #b3e2ff;
}
.color-5 {
color: #e5f6ff;
}

/* CSS Variables */
:root {
--color-1: #337eff;
--color-2: #4db5ff;
--color-3: #85d4ff;
--color-4: #b3e2ff;
--color-5: #e5f6ff;
}

🌈 Bright Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #337eff, #4db5ff, #85d4ff, #b3e2ff, #e5f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #337eff, #4db5ff, #85d4ff, #b3e2ff, #e5f6ff);
}

Bright Blue color palette created on .