Blueberry Bliss Color Palette
Discover the beautiful Blueberry Bliss color palette featuring danube (#7699d0), cornflower (#80b2e0), cornflower (#a6c9ed), botticelli (#cfe2ec) and whisper (#f5eaf6).
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: #7699d0;
}
.color-2 {
color: #80b2e0;
}
.color-3 {
color: #a6c9ed;
}
.color-4 {
color: #cfe2ec;
}
.color-5 {
color: #f5eaf6;
}
/* CSS Variables */
:root {
--color-1: #7699d0;
--color-2: #80b2e0;
--color-3: #a6c9ed;
--color-4: #cfe2ec;
--color-5: #f5eaf6;
} 🌈 Blueberry Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7699d0, #80b2e0, #a6c9ed, #cfe2ec, #f5eaf6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7699d0, #80b2e0, #a6c9ed, #cfe2ec, #f5eaf6);
} 🔗 Explore similar color palettes
Blueberry Bliss color palette created on .