Whispers of Lavender Color Palette
Discover the beautiful Whispers of Lavender color palette featuring moon raker (#e8d5f6), prelude (#c9b2e1), east side (#a68dc4), kimberly (#7c6ca3) and east bay (#4f4d7a).
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: #e8d5f6;
}
.color-2 {
color: #c9b2e1;
}
.color-3 {
color: #a68dc4;
}
.color-4 {
color: #7c6ca3;
}
.color-5 {
color: #4f4d7a;
}
/* CSS Variables */
:root {
--color-1: #e8d5f6;
--color-2: #c9b2e1;
--color-3: #a68dc4;
--color-4: #7c6ca3;
--color-5: #4f4d7a;
} 🌈 Whispers of Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8d5f6, #c9b2e1, #a68dc4, #7c6ca3, #4f4d7a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8d5f6, #c9b2e1, #a68dc4, #7c6ca3, #4f4d7a);
} 🔗 Explore similar color palettes
Whispers of Lavender color palette created on .