Soft Purple Dream Color Palette
Discover the beautiful Soft Purple Dream color palette featuring east side (#b4a1d3), prelude (#d6c2e5), french lilac (#e1d2ef), blue chalk (#f5e5ff) and we peep (#f0c1e7).
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 Purple Dream palette
💻 Soft Purple Dream color palette CSS
/* CSS */
.color-1 {
color: #b4a1d3;
}
.color-2 {
color: #d6c2e5;
}
.color-3 {
color: #e1d2ef;
}
.color-4 {
color: #f5e5ff;
}
.color-5 {
color: #f0c1e7;
}
/* CSS Variables */
:root {
--color-1: #b4a1d3;
--color-2: #d6c2e5;
--color-3: #e1d2ef;
--color-4: #f5e5ff;
--color-5: #f0c1e7;
} 🌈 Soft Purple Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4a1d3, #d6c2e5, #e1d2ef, #f5e5ff, #f0c1e7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4a1d3, #d6c2e5, #e1d2ef, #f5e5ff, #f0c1e7);
} 🔗 Explore similar color palettes
Soft Purple Dream color palette created on .