Violet Dreams Color Palette

Discover the beautiful Violet Dreams color palette featuring affair (#784b9b), wisteria (#9c6ab4), light wisteria (#bfa1d9), moon raker (#e0c4f3) and blue chalk (#f4e0ff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Purple, Fun, Flower 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 Violet Dreams palette

Share this palette to:

💻 Violet Dreams color palette CSS

/* CSS */
.color-1 {
color: #784b9b;
}
.color-2 {
color: #9c6ab4;
}
.color-3 {
color: #bfa1d9;
}
.color-4 {
color: #e0c4f3;
}
.color-5 {
color: #f4e0ff;
}

/* CSS Variables */
:root {
--color-1: #784b9b;
--color-2: #9c6ab4;
--color-3: #bfa1d9;
--color-4: #e0c4f3;
--color-5: #f4e0ff;
}

🌈 Violet Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #784b9b, #9c6ab4, #bfa1d9, #e0c4f3, #f4e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #784b9b, #9c6ab4, #bfa1d9, #e0c4f3, #f4e0ff);
}

Violet Dreams color palette created on .