Scarred Beauty Color Palette

Discover the beautiful Scarred Beauty color palette featuring cashmere (#e4b5a5), puce (#d18f8f), turkish rose (#b86b6c), copper rust (#9c4f4f) and lotus (#7b3232).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withSkin, Earthy, Red, Soft, Muted, Warm, Autumn, Nature, Beauty, Vintage 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 Scarred Beauty palette

Share this palette to:

💻 Scarred Beauty color palette CSS

/* CSS */
.color-1 {
color: #e4b5a5;
}
.color-2 {
color: #d18f8f;
}
.color-3 {
color: #b86b6c;
}
.color-4 {
color: #9c4f4f;
}
.color-5 {
color: #7b3232;
}

/* CSS Variables */
:root {
--color-1: #e4b5a5;
--color-2: #d18f8f;
--color-3: #b86b6c;
--color-4: #9c4f4f;
--color-5: #7b3232;
}

🌈 Scarred Beauty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4b5a5, #d18f8f, #b86b6c, #9c4f4f, #7b3232);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4b5a5, #d18f8f, #b86b6c, #9c4f4f, #7b3232);
}

Scarred Beauty color palette created on .