Blue Purple Dream Color Palette

Discover the beautiful Blue Purple Dream color palette featuring stratos (#060047), navy blue (#090070), navy blue (#15008f), dark blue (#0025e0) and electric violet (#9c00cc).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withDark, Deep, Blue, Indigo, Royal, Vibrant, Modern, Night Sky, Cosmic, Psychedelic 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 Blue Purple Dream palette

Share this palette to:

💻 Blue Purple Dream color palette CSS

/* CSS */
.color-1 {
color: #060047;
}
.color-2 {
color: #090070;
}
.color-3 {
color: #15008f;
}
.color-4 {
color: #0025e0;
}
.color-5 {
color: #9c00cc;
}

/* CSS Variables */
:root {
--color-1: #060047;
--color-2: #090070;
--color-3: #15008f;
--color-4: #0025e0;
--color-5: #9c00cc;
}

🌈 Blue Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #060047, #090070, #15008f, #0025e0, #9c00cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #060047, #090070, #15008f, #0025e0, #9c00cc);
}

Blue Purple Dream color palette created on .