Blueberry Color Palette

Discover the beautiful Blueberry color palette featuring kashmir blue (#506e9b), polo blue (#7e9cce), regent st blue (#a8c8e1), link water (#cfe7f2) and catskill white (#f1f6f8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fruit, Nature, Soft, Summer 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: #506e9b;
}
.color-2 {
color: #7e9cce;
}
.color-3 {
color: #a8c8e1;
}
.color-4 {
color: #cfe7f2;
}
.color-5 {
color: #f1f6f8;
}

/* CSS Variables */
:root {
--color-1: #506e9b;
--color-2: #7e9cce;
--color-3: #a8c8e1;
--color-4: #cfe7f2;
--color-5: #f1f6f8;
}

🌈 Blueberry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #506e9b, #7e9cce, #a8c8e1, #cfe7f2, #f1f6f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #506e9b, #7e9cce, #a8c8e1, #cfe7f2, #f1f6f8);
}

Blueberry color palette created on .