Dull Lavender Color Palette
Discover the beautiful Dull Lavender color palette featuring biloba flower (#c6acef), moon raker (#d0b6f2), moon raker (#edc8f7), cherub (#f9d5f0) and cherub (#fbe1f7).
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 Dull Lavender palette
💻 Dull Lavender color palette CSS
/* CSS */
.color-1 {
color: #c6acef;
}
.color-2 {
color: #d0b6f2;
}
.color-3 {
color: #edc8f7;
}
.color-4 {
color: #f9d5f0;
}
.color-5 {
color: #fbe1f7;
}
/* CSS Variables */
:root {
--color-1: #c6acef;
--color-2: #d0b6f2;
--color-3: #edc8f7;
--color-4: #f9d5f0;
--color-5: #fbe1f7;
} 🌈 Dull Lavender background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6acef, #d0b6f2, #edc8f7, #f9d5f0, #fbe1f7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6acef, #d0b6f2, #edc8f7, #f9d5f0, #fbe1f7);
} 🔗 Explore similar color palettes
Dull Lavender color palette created on .