Whispers of Lavender Color Palette
Discover the beautiful Whispers of Lavender color palette featuring melanie (#e7c5e0), melanie (#d8a6d1), viola (#c88dc1), bouquet (#b479b2) and bouquet (#a46aa3).
Brightness
Saturation
Warmth
💡 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
💻 Whispers of Lavender color palette CSS
/* CSS */
.color-1 {
color: #e7c5e0;
}
.color-2 {
color: #d8a6d1;
}
.color-3 {
color: #c88dc1;
}
.color-4 {
color: #b479b2;
}
.color-5 {
color: #a46aa3;
}
/* CSS Variables */
:root {
--color-1: #e7c5e0;
--color-2: #d8a6d1;
--color-3: #c88dc1;
--color-4: #b479b2;
--color-5: #a46aa3;
} 🌈 Whispers of Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7c5e0, #d8a6d1, #c88dc1, #b479b2, #a46aa3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7c5e0, #d8a6d1, #c88dc1, #b479b2, #a46aa3);
} 🔗 Explore similar color palettes
Whispers of Lavender color palette created on .