Lavender Dreams Color Palette
Discover the beautiful Lavender Dreams color palette featuring jagger (#3c1056), honey flower (#58206f), vivid violet (#793681), cannon pink (#90477f) and cannon pink (#944c6d).
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: #3c1056;
}
.color-2 {
color: #58206f;
}
.color-3 {
color: #793681;
}
.color-4 {
color: #90477f;
}
.color-5 {
color: #944c6d;
}
/* CSS Variables */
:root {
--color-1: #3c1056;
--color-2: #58206f;
--color-3: #793681;
--color-4: #90477f;
--color-5: #944c6d;
} 🌈 Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c1056, #58206f, #793681, #90477f, #944c6d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c1056, #58206f, #793681, #90477f, #944c6d);
} 🔗 Explore similar color palettes
Lavender Dreams color palette created on .