Celestial Lavender Dreams Color Palette
Discover the beautiful Celestial Lavender Dreams color palette featuring blue haze (#d6c8df), logan (#b7a0ca), amethyst smoke (#9f8bb1), kimberly (#7b6f9f) and mulled wine (#594a78).
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 Celestial Lavender Dreams palette
💻 Celestial Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #d6c8df;
}
.color-2 {
color: #b7a0ca;
}
.color-3 {
color: #9f8bb1;
}
.color-4 {
color: #7b6f9f;
}
.color-5 {
color: #594a78;
}
/* CSS Variables */
:root {
--color-1: #d6c8df;
--color-2: #b7a0ca;
--color-3: #9f8bb1;
--color-4: #7b6f9f;
--color-5: #594a78;
}
🌈 Celestial Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c8df, #b7a0ca, #9f8bb1, #7b6f9f, #594a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c8df, #b7a0ca, #9f8bb1, #7b6f9f, #594a78);
}
🔗 Explore similar color palettes
Celestial Lavender Dreams color palette created on .