Orchid Lavender Swing Color Palette
Discover the beautiful Orchid Lavender Swing color palette featuring melanie (#ebc8e8), prelude (#dbb7de), light wisteria (#c4a7d5), lavender purple (#968abf) and scampi (#6c6fb0).
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 Orchid Lavender Swing palette
💻 Orchid Lavender Swing color palette CSS
/* CSS */
.color-1 {
color: #ebc8e8;
}
.color-2 {
color: #dbb7de;
}
.color-3 {
color: #c4a7d5;
}
.color-4 {
color: #968abf;
}
.color-5 {
color: #6c6fb0;
}
/* CSS Variables */
:root {
--color-1: #ebc8e8;
--color-2: #dbb7de;
--color-3: #c4a7d5;
--color-4: #968abf;
--color-5: #6c6fb0;
} 🌈 Orchid Lavender Swing background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebc8e8, #dbb7de, #c4a7d5, #968abf, #6c6fb0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebc8e8, #dbb7de, #c4a7d5, #968abf, #6c6fb0);
} 🔗 Explore similar color palettes
Orchid Lavender Swing color palette created on .