Blueberry Pie Color Palette

Discover the beautiful Blueberry Pie color palette featuring waikawa gray (#596d9b), bali hai (#8ba0b6), casper (#b6c9d8), catskill white (#e0e8f0) and jacarta (#4a2c6d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBerry, Blue, Bright, Cream, Fun, Light, Purple, 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 Pie palette

Share this palette to:

💻 Blueberry Pie color palette CSS

/* CSS */
.color-1 {
color: #596d9b;
}
.color-2 {
color: #8ba0b6;
}
.color-3 {
color: #b6c9d8;
}
.color-4 {
color: #e0e8f0;
}
.color-5 {
color: #4a2c6d;
}

/* CSS Variables */
:root {
--color-1: #596d9b;
--color-2: #8ba0b6;
--color-3: #b6c9d8;
--color-4: #e0e8f0;
--color-5: #4a2c6d;
}

🌈 Blueberry Pie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #596d9b, #8ba0b6, #b6c9d8, #e0e8f0, #4a2c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #596d9b, #8ba0b6, #b6c9d8, #e0e8f0, #4a2c6d);
}

Blueberry Pie color palette created on .