Violet Gem Light Color Palette

Discover the beautiful Violet Gem Light color palette featuring logan (#b4a7c8), lavender purple (#a688b4), trendy pink (#956a9a), trendy pink (#8c588d) and cosmic (#6e3a6e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPurple, Lavender, Muted, Soft, Earthy, Warm, Boho, Vintage, Deep 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 Gem Light palette

Share this palette to:

💻 Violet Gem Light color palette CSS

/* CSS */
.color-1 {
color: #b4a7c8;
}
.color-2 {
color: #a688b4;
}
.color-3 {
color: #956a9a;
}
.color-4 {
color: #8c588d;
}
.color-5 {
color: #6e3a6e;
}

/* CSS Variables */
:root {
--color-1: #b4a7c8;
--color-2: #a688b4;
--color-3: #956a9a;
--color-4: #8c588d;
--color-5: #6e3a6e;
}

🌈 Violet Gem Light background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4a7c8, #a688b4, #956a9a, #8c588d, #6e3a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4a7c8, #a688b4, #956a9a, #8c588d, #6e3a6e);
}

Violet Gem Light color palette created on .