Human Color Palette
Discover the beautiful Human color palette featuring mandys pink (#f5c7c2), mandys pink (#f3b8aa), sea pink (#f0a59e), tonys pink (#e88f8c) and new york pink (#e07b7e).
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 Human palette
💻 Human color palette CSS
/* CSS */
.color-1 {
color: #f5c7c2;
}
.color-2 {
color: #f3b8aa;
}
.color-3 {
color: #f0a59e;
}
.color-4 {
color: #e88f8c;
}
.color-5 {
color: #e07b7e;
}
/* CSS Variables */
:root {
--color-1: #f5c7c2;
--color-2: #f3b8aa;
--color-3: #f0a59e;
--color-4: #e88f8c;
--color-5: #e07b7e;
} 🌈 Human background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7c2, #f3b8aa, #f0a59e, #e88f8c, #e07b7e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7c2, #f3b8aa, #f0a59e, #e88f8c, #e07b7e);
} 🔗 Explore similar color palettes
Human color palette created on .