Blue Purple Dream Color Palette

Discover the beautiful Blue Purple Dream color palette featuring bunting (#171446), lucky point (#231c70), minsk (#32277b), sapphire (#334bab) and seance (#842ba5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Deep, Indigo, Midnight, Plum, Royal, Violet 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: #171446;
}
.color-2 {
color: #231c70;
}
.color-3 {
color: #32277b;
}
.color-4 {
color: #334bab;
}
.color-5 {
color: #842ba5;
}

/* CSS Variables */
:root {
--color-1: #171446;
--color-2: #231c70;
--color-3: #32277b;
--color-4: #334bab;
--color-5: #842ba5;
}

🌈 Blue Purple Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #171446, #231c70, #32277b, #334bab, #842ba5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #171446, #231c70, #32277b, #334bab, #842ba5);
}

Blue Purple Dream color palette created on .