Lavanda Dream Color Palette
Discover the beautiful Lavanda Dream color palette featuring snuff (#d8c7e1), cold purple (#aea1d4), lavender purple (#8979b9), butterfly bush (#594c8a) and east bay (#3e3f75).
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 Lavanda Dream palette
💻 Lavanda Dream color palette CSS
/* CSS */
.color-1 {
color: #d8c7e1;
}
.color-2 {
color: #aea1d4;
}
.color-3 {
color: #8979b9;
}
.color-4 {
color: #594c8a;
}
.color-5 {
color: #3e3f75;
}
/* CSS Variables */
:root {
--color-1: #d8c7e1;
--color-2: #aea1d4;
--color-3: #8979b9;
--color-4: #594c8a;
--color-5: #3e3f75;
} 🌈 Lavanda Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c7e1, #aea1d4, #8979b9, #594c8a, #3e3f75);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c7e1, #aea1d4, #8979b9, #594c8a, #3e3f75);
} 🔗 Explore similar color palettes
Lavanda Dream color palette created on .