Blue Purple Dream Color Palette
Discover the beautiful Blue Purple Dream color palette featuring stratos (#060046), navy blue (#0a0070), navy blue (#160090), dark blue (#0025df) and electric violet (#9d00cb).
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 Blue Purple Dream palette
💻 Blue Purple Dream color palette CSS
/* CSS */
.color-1 {
color: #060046;
}
.color-2 {
color: #0a0070;
}
.color-3 {
color: #160090;
}
.color-4 {
color: #0025df;
}
.color-5 {
color: #9d00cb;
}
/* CSS Variables */
:root {
--color-1: #060046;
--color-2: #0a0070;
--color-3: #160090;
--color-4: #0025df;
--color-5: #9d00cb;
} 🌈 Blue Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #060046, #0a0070, #160090, #0025df, #9d00cb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #060046, #0a0070, #160090, #0025df, #9d00cb);
} 🔗 Explore similar color palettes
Blue Purple Dream color palette created on .