Skin Tone Shades Color Palette
Discover the beautiful Skin Tone Shades color palette featuring mandys pink (#f5c6b2), tumbleweed (#e09d80), whiskey (#d4906e), antique brass (#c17c5c) and santa fe (#b76b4e).
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 Skin Tone Shades palette
💻 Skin Tone Shades color palette CSS
/* CSS */
.color-1 {
color: #f5c6b2;
}
.color-2 {
color: #e09d80;
}
.color-3 {
color: #d4906e;
}
.color-4 {
color: #c17c5c;
}
.color-5 {
color: #b76b4e;
}
/* CSS Variables */
:root {
--color-1: #f5c6b2;
--color-2: #e09d80;
--color-3: #d4906e;
--color-4: #c17c5c;
--color-5: #b76b4e;
} 🌈 Skin Tone Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c6b2, #e09d80, #d4906e, #c17c5c, #b76b4e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c6b2, #e09d80, #d4906e, #c17c5c, #b76b4e);
} 🔗 Explore similar color palettes
Skin Tone Shades color palette created on .