Bright Dodger Blue Color Palette

Discover the beautiful Bright Dodger Blue color palette featuring dodger blue (#1f8fff), malibu (#5cb0ff), anakiwa (#8ad8ff), french pass (#b3e4ff) and pattens blue (#e0f7ff).

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 Dodger Blue palette

Share this palette to:

💻 Bright Dodger Blue color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #5cb0ff;
}
.color-3 {
color: #8ad8ff;
}
.color-4 {
color: #b3e4ff;
}
.color-5 {
color: #e0f7ff;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #5cb0ff;
--color-3: #8ad8ff;
--color-4: #b3e4ff;
--color-5: #e0f7ff;
}

🌈 Bright Dodger Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #5cb0ff, #8ad8ff, #b3e4ff, #e0f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #5cb0ff, #8ad8ff, #b3e4ff, #e0f7ff);
}

Bright Dodger Blue color palette created on .