Vioel Dreams Color Palette

Discover the beautiful Vioel Dreams color palette featuring eminence (#7b2b7d), cannon pink (#9a4c89), viola (#c680b1), light orchid (#e8b5d1) and azalea (#f9d2e7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Lilac, Peach, Pink, Purple, Soft, 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 Vioel Dreams palette

Share this palette to:

💻 Vioel Dreams color palette CSS

/* CSS */
.color-1 {
color: #7b2b7d;
}
.color-2 {
color: #9a4c89;
}
.color-3 {
color: #c680b1;
}
.color-4 {
color: #e8b5d1;
}
.color-5 {
color: #f9d2e7;
}

/* CSS Variables */
:root {
--color-1: #7b2b7d;
--color-2: #9a4c89;
--color-3: #c680b1;
--color-4: #e8b5d1;
--color-5: #f9d2e7;
}

🌈 Vioel Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b2b7d, #9a4c89, #c680b1, #e8b5d1, #f9d2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b2b7d, #9a4c89, #c680b1, #e8b5d1, #f9d2e7);
}

Vioel Dreams color palette created on .