Red Sunset Color Palette

Discover the beautiful Red Sunset color palette featuring manhattan (#f6c7a7), tonys pink (#e89f7d), japonica (#d67a5c), mojo (#c7573d) and tall poppy (#b52c2c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Autumn, Beach, Bright, Orange 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 Red Sunset palette

Share this palette to:

💻 Red Sunset color palette CSS

/* CSS */
.color-1 {
color: #f6c7a7;
}
.color-2 {
color: #e89f7d;
}
.color-3 {
color: #d67a5c;
}
.color-4 {
color: #c7573d;
}
.color-5 {
color: #b52c2c;
}

/* CSS Variables */
:root {
--color-1: #f6c7a7;
--color-2: #e89f7d;
--color-3: #d67a5c;
--color-4: #c7573d;
--color-5: #b52c2c;
}

🌈 Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c7a7, #e89f7d, #d67a5c, #c7573d, #b52c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c7a7, #e89f7d, #d67a5c, #c7573d, #b52c2c);
}

Red Sunset color palette created on .