Light Orchid Color Palette

Discover the beautiful Light Orchid color palette featuring selago (#e9dffb), selago (#f2e7fc), selago (#f7eefc), vista white (#faf4f3) and amour (#f7e2f1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCream, Elegant, Lavender, Light, Pastel, Pink, Soft, Spring, Summer 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 palette

Share this palette to:

💻 Light Orchid color palette CSS

/* CSS */
.color-1 {
color: #e9dffb;
}
.color-2 {
color: #f2e7fc;
}
.color-3 {
color: #f7eefc;
}
.color-4 {
color: #faf4f3;
}
.color-5 {
color: #f7e2f1;
}

/* CSS Variables */
:root {
--color-1: #e9dffb;
--color-2: #f2e7fc;
--color-3: #f7eefc;
--color-4: #faf4f3;
--color-5: #f7e2f1;
}

🌈 Light Orchid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9dffb, #f2e7fc, #f7eefc, #faf4f3, #f7e2f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9dffb, #f2e7fc, #f7eefc, #faf4f3, #f7e2f1);
}

Light Orchid color palette created on .