Galactic Lavender Dreams Color Palette
Discover the beautiful Galactic Lavender Dreams color palette featuring affair (#684992), deluge (#8459a1), wisteria (#996eb9), east side (#aa8dd3) and cold purple (#bca9d6).
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 Galactic Lavender Dreams palette
💻 Galactic Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #684992;
}
.color-2 {
color: #8459a1;
}
.color-3 {
color: #996eb9;
}
.color-4 {
color: #aa8dd3;
}
.color-5 {
color: #bca9d6;
}
/* CSS Variables */
:root {
--color-1: #684992;
--color-2: #8459a1;
--color-3: #996eb9;
--color-4: #aa8dd3;
--color-5: #bca9d6;
}
🌈 Galactic Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #684992, #8459a1, #996eb9, #aa8dd3, #bca9d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #684992, #8459a1, #996eb9, #aa8dd3, #bca9d6);
}
🔗 Explore similar color palettes
Galactic Lavender Dreams color palette created on .