Discover the beautiful Violet Reverie color palette featuring affair (#6a3f88), deluge (#7b5b9f), purple mountain's majesty (#9f7cc0), light wisteria (#d1a5d5) and we peep (#f1c6e0).

Violet Reverie Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Violet Reverie palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Violet Reverie palette

Share this palette to:

💻 Violet Reverie color palette CSS

/* CSS */
.color-1 {
color: #6a3f88;
}
.color-2 {
color: #7b5b9f;
}
.color-3 {
color: #9f7cc0;
}
.color-4 {
color: #d1a5d5;
}
.color-5 {
color: #f1c6e0;
}

/* CSS Variables */
:root {
--color-1: #6a3f88;
--color-2: #7b5b9f;
--color-3: #9f7cc0;
--color-4: #d1a5d5;
--color-5: #f1c6e0;
}

🌈 Violet Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a3f88, #7b5b9f, #9f7cc0, #d1a5d5, #f1c6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a3f88, #7b5b9f, #9f7cc0, #d1a5d5, #f1c6e0);
}

Violet Reverie color palette created on .