Soft Lavender Dream Color Palette
Discover the beautiful Soft Lavender Dream color palette featuring titan white (#f1f0ff), snuff (#dac7e1), london hue (#c4a3c7), bouquet (#a77b9d) and affair (#6e4c7b).
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 Soft Lavender Dream palette
💻 Soft Lavender Dream color palette CSS
/* CSS */
.color-1 {
color: #f1f0ff;
}
.color-2 {
color: #dac7e1;
}
.color-3 {
color: #c4a3c7;
}
.color-4 {
color: #a77b9d;
}
.color-5 {
color: #6e4c7b;
}
/* CSS Variables */
:root {
--color-1: #f1f0ff;
--color-2: #dac7e1;
--color-3: #c4a3c7;
--color-4: #a77b9d;
--color-5: #6e4c7b;
} 🌈 Soft Lavender Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f0ff, #dac7e1, #c4a3c7, #a77b9d, #6e4c7b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f0ff, #dac7e1, #c4a3c7, #a77b9d, #6e4c7b);
} 🔗 Explore similar color palettes
Soft Lavender Dream color palette created on .