Soft Skin Color Palette
Discover the beautiful Soft Skin color palette featuring mandys pink (#f2c5b1), petite orchid (#e1a69d), my pink (#d18b89), old rose (#c47881) and tapestry (#a95b6c).
Brightness
Saturation
Warmth
💡 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 Skin palette
💻 Soft Skin color palette CSS
/* CSS */
.color-1 {
color: #f2c5b1;
}
.color-2 {
color: #e1a69d;
}
.color-3 {
color: #d18b89;
}
.color-4 {
color: #c47881;
}
.color-5 {
color: #a95b6c;
}
/* CSS Variables */
:root {
--color-1: #f2c5b1;
--color-2: #e1a69d;
--color-3: #d18b89;
--color-4: #c47881;
--color-5: #a95b6c;
} 🌈 Soft Skin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2c5b1, #e1a69d, #d18b89, #c47881, #a95b6c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2c5b1, #e1a69d, #d18b89, #c47881, #a95b6c);
} 🔗 Explore similar color palettes
Soft Skin color palette created on .