Wild Watermelon Color Palette

Discover the beautiful Wild Watermelon color palette featuring wild watermelon (#fd5877), azalea (#f8c4c6), parchment (#f0e6d1), feijoa (#a1d58b) and fern (#5bbe7d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Green, Pink, Spring, Summer, Vibrant, Watermelon 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 Wild Watermelon palette

Share this palette to:

💻 Wild Watermelon color palette CSS

/* CSS */
.color-1 {
color: #fd5877;
}
.color-2 {
color: #f8c4c6;
}
.color-3 {
color: #f0e6d1;
}
.color-4 {
color: #a1d58b;
}
.color-5 {
color: #5bbe7d;
}

/* CSS Variables */
:root {
--color-1: #fd5877;
--color-2: #f8c4c6;
--color-3: #f0e6d1;
--color-4: #a1d58b;
--color-5: #5bbe7d;
}

🌈 Wild Watermelon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fd5877, #f8c4c6, #f0e6d1, #a1d58b, #5bbe7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fd5877, #f8c4c6, #f0e6d1, #a1d58b, #5bbe7d);
}

Wild Watermelon color palette created on .