Pink Orchid Color Palette

Discover the beautiful Pink Orchid color palette featuring shilo (#eab8b3), shilo (#e1a3b1), can can (#d68f9c), bouquet (#b776a3) and bouquet (#a76ca2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withFlower, Pink, Feminine, Aesthetic, Vibrant 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 Pink Orchid palette

Share this palette to:

๐Ÿ’ป Pink Orchid color palette CSS

/* CSS */
.color-1 {
color: #eab8b3;
}
.color-2 {
color: #e1a3b1;
}
.color-3 {
color: #d68f9c;
}
.color-4 {
color: #b776a3;
}
.color-5 {
color: #a76ca2;
}

/* CSS Variables */
:root {
--color-1: #eab8b3;
--color-2: #e1a3b1;
--color-3: #d68f9c;
--color-4: #b776a3;
--color-5: #a76ca2;
}

๐ŸŒˆ Pink Orchid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8b3, #e1a3b1, #d68f9c, #b776a3, #a76ca2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8b3, #e1a3b1, #d68f9c, #b776a3, #a76ca2);
}

Pink Orchid color palette created on .