Pink Silky Quartz Color Palette

Discover the beautiful Pink Silky Quartz color palette featuring melanie (#e5c8d5), lily (#d0b4c8), careys pink (#d1a3b0), bouquet (#a67d9d) and pharlap (#a48c89).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Pink, Soft, Bright, Light 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 Silky Quartz palette

Share this palette to:

💻 Pink Silky Quartz color palette CSS

/* CSS */
.color-1 {
color: #e5c8d5;
}
.color-2 {
color: #d0b4c8;
}
.color-3 {
color: #d1a3b0;
}
.color-4 {
color: #a67d9d;
}
.color-5 {
color: #a48c89;
}

/* CSS Variables */
:root {
--color-1: #e5c8d5;
--color-2: #d0b4c8;
--color-3: #d1a3b0;
--color-4: #a67d9d;
--color-5: #a48c89;
}

🌈 Pink Silky Quartz background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c8d5, #d0b4c8, #d1a3b0, #a67d9d, #a48c89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c8d5, #d0b4c8, #d1a3b0, #a67d9d, #a48c89);
}

Pink Silky Quartz color palette created on .