Soft Skin Color Palette
Discover the beautiful Soft Skin color palette featuring pancho (#f1d1b6), cashmere (#e6b19e), burning sand (#d6997a), santa fe (#b47a5f) and matrix (#a15e4f).
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: #f1d1b6;
}
.color-2 {
color: #e6b19e;
}
.color-3 {
color: #d6997a;
}
.color-4 {
color: #b47a5f;
}
.color-5 {
color: #a15e4f;
}
/* CSS Variables */
:root {
--color-1: #f1d1b6;
--color-2: #e6b19e;
--color-3: #d6997a;
--color-4: #b47a5f;
--color-5: #a15e4f;
} 🌈 Soft Skin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d1b6, #e6b19e, #d6997a, #b47a5f, #a15e4f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d1b6, #e6b19e, #d6997a, #b47a5f, #a15e4f);
} 🔗 Explore similar color palettes
Soft Skin color palette created on .