Blueberry Color Palette

Discover the beautiful Blueberry color palette featuring chathams blue (#145085), fun blue (#1c70b5), curious blue (#2497cc), scooter (#33d0db) and viking (#55c6e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Aqua, Teal, Cool, Vibrant, Modern, Summer, Beach, 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 Blueberry palette

Share this palette to:

💻 Blueberry color palette CSS

/* CSS */
.color-1 {
color: #145085;
}
.color-2 {
color: #1c70b5;
}
.color-3 {
color: #2497cc;
}
.color-4 {
color: #33d0db;
}
.color-5 {
color: #55c6e2;
}

/* CSS Variables */
:root {
--color-1: #145085;
--color-2: #1c70b5;
--color-3: #2497cc;
--color-4: #33d0db;
--color-5: #55c6e2;
}

🌈 Blueberry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #145085, #1c70b5, #2497cc, #33d0db, #55c6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #145085, #1c70b5, #2497cc, #33d0db, #55c6e2);
}

Blueberry color palette created on .