Blueberry Bliss Color Palette
Discover the beautiful Blueberry Bliss color palette featuring indigo (#5d6cc0), polo blue (#8f9dd1), periwinkle gray (#b2c5e0), jagged ice (#d1e5ef) and alice blue (#f0f7ff).
Brightness
Saturation
Warmth
💡 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
💻 Blueberry Bliss color palette CSS
/* CSS */
.color-1 {
color: #5d6cc0;
}
.color-2 {
color: #8f9dd1;
}
.color-3 {
color: #b2c5e0;
}
.color-4 {
color: #d1e5ef;
}
.color-5 {
color: #f0f7ff;
}
/* CSS Variables */
:root {
--color-1: #5d6cc0;
--color-2: #8f9dd1;
--color-3: #b2c5e0;
--color-4: #d1e5ef;
--color-5: #f0f7ff;
} 🌈 Blueberry Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d6cc0, #8f9dd1, #b2c5e0, #d1e5ef, #f0f7ff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d6cc0, #8f9dd1, #b2c5e0, #d1e5ef, #f0f7ff);
} 🔗 Explore similar color palettes
Blueberry Bliss color palette created on .