Betrayal Lavender Color Palette

Discover the beautiful Betrayal Lavender color palette featuring prelude (#d5c3df), east side (#a88fcc), wisteria (#8a6eb9), butterfly bush (#5d4e97) and jacarta (#3c2f6f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Elegant, Flower, Lavender, Modern, Purple, Soft, Summer 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 Betrayal Lavender palette

Share this palette to:

💻 Betrayal Lavender color palette CSS

/* CSS */
.color-1 {
color: #d5c3df;
}
.color-2 {
color: #a88fcc;
}
.color-3 {
color: #8a6eb9;
}
.color-4 {
color: #5d4e97;
}
.color-5 {
color: #3c2f6f;
}

/* CSS Variables */
:root {
--color-1: #d5c3df;
--color-2: #a88fcc;
--color-3: #8a6eb9;
--color-4: #5d4e97;
--color-5: #3c2f6f;
}

🌈 Betrayal Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c3df, #a88fcc, #8a6eb9, #5d4e97, #3c2f6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c3df, #a88fcc, #8a6eb9, #5d4e97, #3c2f6f);
}

Betrayal Lavender color palette created on .