Soft Industrial Weave Color Palette

Discover the beautiful Soft Industrial Weave color palette featuring pavlova (#d7c3a2), edward (#a7b9b1), gum leaf (#b9d4c2), mandys pink (#f1b8a2) and oriental pink (#c3888c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with70s, Soft, Textile, Aesthetic, Neutral, Turquoise, Pink, Cream, Green 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 Soft Industrial Weave palette

Share this palette to:

💻 Soft Industrial Weave color palette CSS

/* CSS */
.color-1 {
color: #d7c3a2;
}
.color-2 {
color: #a7b9b1;
}
.color-3 {
color: #b9d4c2;
}
.color-4 {
color: #f1b8a2;
}
.color-5 {
color: #c3888c;
}

/* CSS Variables */
:root {
--color-1: #d7c3a2;
--color-2: #a7b9b1;
--color-3: #b9d4c2;
--color-4: #f1b8a2;
--color-5: #c3888c;
}

🌈 Soft Industrial Weave background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c3a2, #a7b9b1, #b9d4c2, #f1b8a2, #c3888c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c3a2, #a7b9b1, #b9d4c2, #f1b8a2, #c3888c);
}

Soft Industrial Weave color palette created on .