Orchid Dream Color Palette

Discover the beautiful Orchid Dream color palette featuring clairvoyant (#68066a), medium purple (#a55fe3), light orchid (#eab8e4), vivid violet (#8734a8) and pig pink (#fdd8e3).

Brightness

Saturation

Warmth

Refine

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Feminine, Pink 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 Orchid Dream palette

Share this palette to:

💻 Orchid Dream color palette CSS

/* CSS */
.color-1 {
color: #68066a;
}
.color-2 {
color: #a55fe3;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #8734a8;
}
.color-5 {
color: #fdd8e3;
}

/* CSS Variables */
:root {
--color-1: #68066a;
--color-2: #a55fe3;
--color-3: #eab8e4;
--color-4: #8734a8;
--color-5: #fdd8e3;
}

🌈 Orchid Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #68066a, #a55fe3, #eab8e4, #8734a8, #fdd8e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #68066a, #a55fe3, #eab8e4, #8734a8, #fdd8e3);
}

Orchid Dream color palette created on .