Verbena Dream Color Palette

Discover the beautiful Verbena Dream color palette featuring butterfly bush (#6a4c94), lilac bush (#9b7ccb), prelude (#d9c3e9), sandwisp (#f5e6a8) and saffron (#f2b636).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Lilac, Bright, Summer, Soft, Garden, Yellow, Light 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 Verbena Dream palette

Share this palette to:

💻 Verbena Dream color palette CSS

/* CSS */
.color-1 {
color: #6a4c94;
}
.color-2 {
color: #9b7ccb;
}
.color-3 {
color: #d9c3e9;
}
.color-4 {
color: #f5e6a8;
}
.color-5 {
color: #f2b636;
}

/* CSS Variables */
:root {
--color-1: #6a4c94;
--color-2: #9b7ccb;
--color-3: #d9c3e9;
--color-4: #f5e6a8;
--color-5: #f2b636;
}

🌈 Verbena Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a4c94, #9b7ccb, #d9c3e9, #f5e6a8, #f2b636);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a4c94, #9b7ccb, #d9c3e9, #f5e6a8, #f2b636);
}

Verbena Dream color palette created on .