Lavender Dreams Color Palette
Discover the beautiful Lavender Dreams color palette featuring snuff (#d7c7e1), cold purple (#baa6d9), east side (#a27bc6), fuchsia blue (#8c5abf) and royal purple (#73419f).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Light Summer, Purple, Soft 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 Lavender Dreams palette
💻 Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #d7c7e1;
}
.color-2 {
color: #baa6d9;
}
.color-3 {
color: #a27bc6;
}
.color-4 {
color: #8c5abf;
}
.color-5 {
color: #73419f;
}
/* CSS Variables */
:root {
--color-1: #d7c7e1;
--color-2: #baa6d9;
--color-3: #a27bc6;
--color-4: #8c5abf;
--color-5: #73419f;
} 🌈 Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c7e1, #baa6d9, #a27bc6, #8c5abf, #73419f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c7e1, #baa6d9, #a27bc6, #8c5abf, #73419f);
} 🔗 Explore similar color palettes
Lavender Dreams color palette created on .