Purple Dreamscape Color Palette

Discover the beautiful Purple Dreamscape color palette featuring affair (#784b9b), wisteria (#9d6eb4), logan (#b4a1c9), prelude (#d7c2e0) and white lilac (#efe5f6).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with80s, Aesthetic, Bright, Fun, Purple 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 Purple Dreamscape palette

Share this palette to:

💻 Purple Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #784b9b;
}
.color-2 {
color: #9d6eb4;
}
.color-3 {
color: #b4a1c9;
}
.color-4 {
color: #d7c2e0;
}
.color-5 {
color: #efe5f6;
}

/* CSS Variables */
:root {
--color-1: #784b9b;
--color-2: #9d6eb4;
--color-3: #b4a1c9;
--color-4: #d7c2e0;
--color-5: #efe5f6;
}

🌈 Purple Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #784b9b, #9d6eb4, #b4a1c9, #d7c2e0, #efe5f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #784b9b, #9d6eb4, #b4a1c9, #d7c2e0, #efe5f6);
}

Purple Dreamscape color palette created on .