Silk Color Palette

Discover the beautiful Silk color palette featuring twilight (#e1c7d5), blossom (#d7a8b5), can can (#d080a4), tapestry (#b4558d) and plum (#8c2c6f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Elegant, Feminine, Light, Modern, Pink, Soft, Summer, 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 Silk palette

Share this palette to:

💻 Silk color palette CSS

/* CSS */
.color-1 {
color: #e1c7d5;
}
.color-2 {
color: #d7a8b5;
}
.color-3 {
color: #d080a4;
}
.color-4 {
color: #b4558d;
}
.color-5 {
color: #8c2c6f;
}

/* CSS Variables */
:root {
--color-1: #e1c7d5;
--color-2: #d7a8b5;
--color-3: #d080a4;
--color-4: #b4558d;
--color-5: #8c2c6f;
}

🌈 Silk background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1c7d5, #d7a8b5, #d080a4, #b4558d, #8c2c6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1c7d5, #d7a8b5, #d080a4, #b4558d, #8c2c6f);
}

Silk color palette created on .