Whispers of Lavender Color Palette

Discover the beautiful Whispers of Lavender color palette featuring mauve (#c1a1fc), purple mountain's majesty (#a67bbc), trendy pink (#8f5f9b), affair (#6c3e74) and grape (#4c1f56).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Purple, Fun 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 Whispers of Lavender palette

Share this palette to:

💻 Whispers of Lavender color palette CSS

/* CSS */
.color-1 {
color: #c1a1fc;
}
.color-2 {
color: #a67bbc;
}
.color-3 {
color: #8f5f9b;
}
.color-4 {
color: #6c3e74;
}
.color-5 {
color: #4c1f56;
}

/* CSS Variables */
:root {
--color-1: #c1a1fc;
--color-2: #a67bbc;
--color-3: #8f5f9b;
--color-4: #6c3e74;
--color-5: #4c1f56;
}

🌈 Whispers of Lavender background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1a1fc, #a67bbc, #8f5f9b, #6c3e74, #4c1f56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1a1fc, #a67bbc, #8f5f9b, #6c3e74, #4c1f56);
}

Whispers of Lavender color palette created on .