Watermelon Sunset Color Palette

Discover the beautiful Watermelon Sunset color palette featuring tickle me pink (#ff7598), sundown (#ffa8b1), macaroni and cheese (#ffb87a), your pink (#ffd0c7) and golden fizz (#f1f740).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPink, Peach, Yellow, Cream, Warm, Vibrant, Spring, Soft, Bright 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 Watermelon Sunset palette

Share this palette to:

💻 Watermelon Sunset color palette CSS

/* CSS */
.color-1 {
color: #ff7598;
}
.color-2 {
color: #ffa8b1;
}
.color-3 {
color: #ffb87a;
}
.color-4 {
color: #ffd0c7;
}
.color-5 {
color: #f1f740;
}

/* CSS Variables */
:root {
--color-1: #ff7598;
--color-2: #ffa8b1;
--color-3: #ffb87a;
--color-4: #ffd0c7;
--color-5: #f1f740;
}

🌈 Watermelon Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7598, #ffa8b1, #ffb87a, #ffd0c7, #f1f740);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7598, #ffa8b1, #ffb87a, #ffd0c7, #f1f740);
}

Watermelon Sunset color palette created on .