Skin Tones Color Palette
Discover the beautiful Skin Tones color palette featuring linen (#fcf1ea), champagne (#fae4d9), mandys pink (#f7d3c9), mandys pink (#f0bdaf) and tonys pink (#e5a094).
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 Tones palette
💻 Skin Tones color palette CSS
/* CSS */
.color-1 {
color: #fcf1ea;
}
.color-2 {
color: #fae4d9;
}
.color-3 {
color: #f7d3c9;
}
.color-4 {
color: #f0bdaf;
}
.color-5 {
color: #e5a094;
}
/* CSS Variables */
:root {
--color-1: #fcf1ea;
--color-2: #fae4d9;
--color-3: #f7d3c9;
--color-4: #f0bdaf;
--color-5: #e5a094;
} 🌈 Skin Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcf1ea, #fae4d9, #f7d3c9, #f0bdaf, #e5a094);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcf1ea, #fae4d9, #f7d3c9, #f0bdaf, #e5a094);
} 🔗 Explore similar color palettes
Skin Tones color palette created on .