Pink Sunset Color Palette

Discover the beautiful Pink Sunset color palette featuring manhattan (#f7c6a1), wewak (#f4a499), froly (#f070a1), brilliant rose (#f056c7) and cranberry (#d4498a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Spring, Pink, Fun, Soft 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 Pink Sunset palette

Share this palette to:

💻 Pink Sunset color palette CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f4a499;
}
.color-3 {
color: #f070a1;
}
.color-4 {
color: #f056c7;
}
.color-5 {
color: #d4498a;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f4a499;
--color-3: #f070a1;
--color-4: #f056c7;
--color-5: #d4498a;
}

🌈 Pink Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f4a499, #f070a1, #f056c7, #d4498a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f4a499, #f070a1, #f056c7, #d4498a);
}

Pink Sunset color palette created on .