Blueberry Bliss Color Palette

Discover the beautiful Blueberry Bliss color palette featuring indigo (#5d6cc0), polo blue (#8d9fd3), spindle (#b3c9e5), link water (#d4e3f2) and solitude (#e5f0ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBerry, Blue, Bright, Coastal, Cream, Light, Soft, Summer, Vibrant 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 Bliss palette

Share this palette to:

💻 Blueberry Bliss color palette CSS

/* CSS */
.color-1 {
color: #5d6cc0;
}
.color-2 {
color: #8d9fd3;
}
.color-3 {
color: #b3c9e5;
}
.color-4 {
color: #d4e3f2;
}
.color-5 {
color: #e5f0ff;
}

/* CSS Variables */
:root {
--color-1: #5d6cc0;
--color-2: #8d9fd3;
--color-3: #b3c9e5;
--color-4: #d4e3f2;
--color-5: #e5f0ff;
}

🌈 Blueberry Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d6cc0, #8d9fd3, #b3c9e5, #d4e3f2, #e5f0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d6cc0, #8d9fd3, #b3c9e5, #d4e3f2, #e5f0ff);
}

Blueberry Bliss color palette created on .