Blueberry Color Palette

Discover the beautiful Blueberry color palette featuring kashmir blue (#4f6c9c), ship cove (#698bba), cornflower (#8bb3e4), spindle (#b5d9ed) and alice blue (#f0f7ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Berry, Blue, Bright, Cool, Fun, Light, 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: #4f6c9c;
}
.color-2 {
color: #698bba;
}
.color-3 {
color: #8bb3e4;
}
.color-4 {
color: #b5d9ed;
}
.color-5 {
color: #f0f7ff;
}

/* CSS Variables */
:root {
--color-1: #4f6c9c;
--color-2: #698bba;
--color-3: #8bb3e4;
--color-4: #b5d9ed;
--color-5: #f0f7ff;
}

🌈 Blueberry background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f6c9c, #698bba, #8bb3e4, #b5d9ed, #f0f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f6c9c, #698bba, #8bb3e4, #b5d9ed, #f0f7ff);
}

Blueberry color palette created on .