Blueberry Blue Shades Color Palette
Discover the beautiful Blueberry Blue Shades color palette featuring cornflower blue (#5087f7), royal blue (#395cdb), cerulean blue (#2b4cb1), jacksons purple (#1f3a89) and biscay (#1a2e70).
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 Blue Shades palette
💻 Blueberry Blue Shades color palette CSS
/* CSS */
.color-1 {
color: #5087f7;
}
.color-2 {
color: #395cdb;
}
.color-3 {
color: #2b4cb1;
}
.color-4 {
color: #1f3a89;
}
.color-5 {
color: #1a2e70;
}
/* CSS Variables */
:root {
--color-1: #5087f7;
--color-2: #395cdb;
--color-3: #2b4cb1;
--color-4: #1f3a89;
--color-5: #1a2e70;
} 🌈 Blueberry Blue Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5087f7, #395cdb, #2b4cb1, #1f3a89, #1a2e70);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5087f7, #395cdb, #2b4cb1, #1f3a89, #1a2e70);
} 🔗 Explore similar color palettes
Blueberry Blue Shades color palette created on .