Whispers of Lavender Color Palette
Discover the beautiful Whispers of Lavender color palette featuring snuff (#e4d8e9), blue haze (#d2c4d9), logan (#b2a6c9), purple mountain's majesty (#a67dba) and black (#000000).
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: #e4d8e9;
}
.color-2 {
color: #d2c4d9;
}
.color-3 {
color: #b2a6c9;
}
.color-4 {
color: #a67dba;
}
.color-5 {
color: #000000;
}
/* CSS Variables */
:root {
--color-1: #e4d8e9;
--color-2: #d2c4d9;
--color-3: #b2a6c9;
--color-4: #a67dba;
--color-5: #000000;
} 🌈 Whispers of Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4d8e9, #d2c4d9, #b2a6c9, #a67dba, #000000);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4d8e9, #d2c4d9, #b2a6c9, #a67dba, #000000);
} 🔗 Explore similar color palettes
Whispers of Lavender color palette created on .