Light Orchid Shades Color Palette

Discover the beautiful Light Orchid Shades color palette featuring light orchid (#e29cd2), light wisteria (#d7a2d8), light wisteria (#c39bd4), wisteria (#a66ab4) and vivid violet (#8a3e8e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Vibrant, Bright Spring, Flower color palettes and combinations.

💡 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 Light Orchid Shades palette

Share this palette to:

💻 Light Orchid Shades color palette CSS

/* CSS */
.color-1 {
color: #e29cd2;
}
.color-2 {
color: #d7a2d8;
}
.color-3 {
color: #c39bd4;
}
.color-4 {
color: #a66ab4;
}
.color-5 {
color: #8a3e8e;
}

/* CSS Variables */
:root {
--color-1: #e29cd2;
--color-2: #d7a2d8;
--color-3: #c39bd4;
--color-4: #a66ab4;
--color-5: #8a3e8e;
}

🌈 Light Orchid Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e29cd2, #d7a2d8, #c39bd4, #a66ab4, #8a3e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e29cd2, #d7a2d8, #c39bd4, #a66ab4, #8a3e8e);
}

Light Orchid Shades color palette created on .