Flesh Tones Color Palette
Discover the beautiful Flesh Tones color palette featuring flesh (#ffcba3), vivid tangerine (#ff9f80), bittersweet (#ff7a5c), sunset orange (#ff513d) and scarlet (#ff291a).
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 Flesh Tones palette
💻 Flesh Tones color palette CSS
/* CSS */
.color-1 {
color: #ffcba3;
}
.color-2 {
color: #ff9f80;
}
.color-3 {
color: #ff7a5c;
}
.color-4 {
color: #ff513d;
}
.color-5 {
color: #ff291a;
}
/* CSS Variables */
:root {
--color-1: #ffcba3;
--color-2: #ff9f80;
--color-3: #ff7a5c;
--color-4: #ff513d;
--color-5: #ff291a;
} 🌈 Flesh Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcba3, #ff9f80, #ff7a5c, #ff513d, #ff291a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcba3, #ff9f80, #ff7a5c, #ff513d, #ff291a);
} 🔗 Explore similar color palettes
Flesh Tones color palette created on .