Warm Skin Tones Color Palette
Discover the beautiful Warm Skin Tones color palette featuring albescent white (#f2d7c4), tumbleweed (#e2a87e), antique brass (#c87f5b), brown rust (#a75a39) and burnt umber (#803c23).
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 Warm Skin Tones palette
💻 Warm Skin Tones color palette CSS
/* CSS */
.color-1 {
color: #f2d7c4;
}
.color-2 {
color: #e2a87e;
}
.color-3 {
color: #c87f5b;
}
.color-4 {
color: #a75a39;
}
.color-5 {
color: #803c23;
}
/* CSS Variables */
:root {
--color-1: #f2d7c4;
--color-2: #e2a87e;
--color-3: #c87f5b;
--color-4: #a75a39;
--color-5: #803c23;
} 🌈 Warm Skin Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d7c4, #e2a87e, #c87f5b, #a75a39, #803c23);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d7c4, #e2a87e, #c87f5b, #a75a39, #803c23);
} 🔗 Explore similar color palettes
Warm Skin Tones color palette created on .