Sweet Lavender Bliss Color Palette
Discover the beautiful Sweet Lavender Bliss color palette featuring wisteria (#9c78c4), wisteria (#a67ac2), biloba flower (#d6a6e8), we peep (#f1c6e7) and illusion (#f2a1d0).
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 Sweet Lavender Bliss palette
💻 Sweet Lavender Bliss color palette CSS
/* CSS */
.color-1 {
color: #9c78c4;
}
.color-2 {
color: #a67ac2;
}
.color-3 {
color: #d6a6e8;
}
.color-4 {
color: #f1c6e7;
}
.color-5 {
color: #f2a1d0;
}
/* CSS Variables */
:root {
--color-1: #9c78c4;
--color-2: #a67ac2;
--color-3: #d6a6e8;
--color-4: #f1c6e7;
--color-5: #f2a1d0;
} 🌈 Sweet Lavender Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c78c4, #a67ac2, #d6a6e8, #f1c6e7, #f2a1d0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c78c4, #a67ac2, #d6a6e8, #f1c6e7, #f2a1d0);
} 🔗 Explore similar color palettes
Sweet Lavender Bliss color palette created on .