Thighs Color Palette

Discover the beautiful Thighs color palette featuring my pink (#d18989), soft amber (#d3c2b1), chatelle (#b7a9c1), mandys pink (#f2b4b1) and old rose (#c57d8b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Pink, Soft, Summer, Tan 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 Thighs palette

Share this palette to:

💻 Thighs color palette CSS

/* CSS */
.color-1 {
color: #d18989;
}
.color-2 {
color: #d3c2b1;
}
.color-3 {
color: #b7a9c1;
}
.color-4 {
color: #f2b4b1;
}
.color-5 {
color: #c57d8b;
}

/* CSS Variables */
:root {
--color-1: #d18989;
--color-2: #d3c2b1;
--color-3: #b7a9c1;
--color-4: #f2b4b1;
--color-5: #c57d8b;
}

🌈 Thighs background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d18989, #d3c2b1, #b7a9c1, #f2b4b1, #c57d8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d18989, #d3c2b1, #b7a9c1, #f2b4b1, #c57d8b);
}

Thighs color palette created on .