It's Not Meant to Be Color Palette
Discover the beautiful It's Not Meant to Be color palette featuring manhattan (#f7c6a1), tonys pink (#e6a98f), new york pink (#d57e7c), mulberry (#c85b83) and rouge (#a33e95).
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 It's Not Meant to Be palette
💻 It's Not Meant to Be color palette CSS
/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #e6a98f;
}
.color-3 {
color: #d57e7c;
}
.color-4 {
color: #c85b83;
}
.color-5 {
color: #a33e95;
}
/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #e6a98f;
--color-3: #d57e7c;
--color-4: #c85b83;
--color-5: #a33e95;
} 🌈 It's Not Meant to Be background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #e6a98f, #d57e7c, #c85b83, #a33e95);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #e6a98f, #d57e7c, #c85b83, #a33e95);
} 🔗 Explore similar color palettes
It's Not Meant to Be color palette created on .