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