Warm Skin Color Palette
Discover the beautiful Warm Skin color palette featuring mandys pink (#f4c6a9), tonys pink (#e7a58d), new york pink (#d78e7f), antique brass (#c8806a) and santa fe (#b5735e).
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 palette
💻 Warm Skin color palette CSS
/* CSS */
.color-1 {
color: #f4c6a9;
}
.color-2 {
color: #e7a58d;
}
.color-3 {
color: #d78e7f;
}
.color-4 {
color: #c8806a;
}
.color-5 {
color: #b5735e;
}
/* CSS Variables */
:root {
--color-1: #f4c6a9;
--color-2: #e7a58d;
--color-3: #d78e7f;
--color-4: #c8806a;
--color-5: #b5735e;
} 🌈 Warm Skin background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c6a9, #e7a58d, #d78e7f, #c8806a, #b5735e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c6a9, #e7a58d, #d78e7f, #c8806a, #b5735e);
} 🔗 Explore similar color palettes
Warm Skin color palette created on .