Lavender Dreams Color Palette
Discover the beautiful Lavender Dreams color palette featuring wisteria (#8d6fb3), logan (#aa9cc4), prelude (#c5b2e1), we peep (#f4d2e0) and rose bud (#f7a8a1).
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 Lavender Dreams palette
💻 Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #8d6fb3;
}
.color-2 {
color: #aa9cc4;
}
.color-3 {
color: #c5b2e1;
}
.color-4 {
color: #f4d2e0;
}
.color-5 {
color: #f7a8a1;
}
/* CSS Variables */
:root {
--color-1: #8d6fb3;
--color-2: #aa9cc4;
--color-3: #c5b2e1;
--color-4: #f4d2e0;
--color-5: #f7a8a1;
} 🌈 Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8d6fb3, #aa9cc4, #c5b2e1, #f4d2e0, #f7a8a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8d6fb3, #aa9cc4, #c5b2e1, #f4d2e0, #f7a8a1);
} 🔗 Explore similar color palettes
Lavender Dreams color palette created on .