Soft Lavender Dreams Color Palette
Discover the beautiful Soft Lavender Dreams color palette featuring dull lavender (#b0a2e6), medium purple (#9e7be0), true v (#7c6dd5), blue violet (#5b5abf) and victoria (#494f9c).
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 Dreams palette
💻 Soft Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #b0a2e6;
}
.color-2 {
color: #9e7be0;
}
.color-3 {
color: #7c6dd5;
}
.color-4 {
color: #5b5abf;
}
.color-5 {
color: #494f9c;
}
/* CSS Variables */
:root {
--color-1: #b0a2e6;
--color-2: #9e7be0;
--color-3: #7c6dd5;
--color-4: #5b5abf;
--color-5: #494f9c;
}
🌈 Soft Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0a2e6, #9e7be0, #7c6dd5, #5b5abf, #494f9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0a2e6, #9e7be0, #7c6dd5, #5b5abf, #494f9c);
}
🔗 Explore similar color palettes
Soft Lavender Dreams color palette created on .