My Name Is - Color Palette

Discover the beautiful My Name Is - color palette featuring manhattan (#f7c6a1), wewak (#f5a3a3), geraldine (#f78d8d), froly (#f78b73) and carnation (#f25f5f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Pink, Coral, Warm, Spring, Fun, Vibrant, Soft, Summer, Red color palettes and combinations.

💡 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 My Name Is - palette

Share this palette to:

💻 My Name Is - color palette CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f5a3a3;
}
.color-3 {
color: #f78d8d;
}
.color-4 {
color: #f78b73;
}
.color-5 {
color: #f25f5f;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f5a3a3;
--color-3: #f78d8d;
--color-4: #f78b73;
--color-5: #f25f5f;
}

🌈 My Name Is - background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f5a3a3, #f78d8d, #f78b73, #f25f5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f5a3a3, #f78d8d, #f78b73, #f25f5f);
}

My Name Is - color palette created on .