Maddy's Melon Dream Color Palette
Discover the beautiful Maddy's Melon Dream color palette featuring pink salmon (#ff93a0), cotton candy (#ffbbd6), pastel pink (#ffd1df), pippin (#ffe2e6) and lavender blush (#fff0f6).
Brightness
Saturation
Warmth
💡 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 Maddy's Melon Dream palette
💻 Maddy's Melon Dream color palette CSS
/* CSS */
.color-1 {
color: #ff93a0;
}
.color-2 {
color: #ffbbd6;
}
.color-3 {
color: #ffd1df;
}
.color-4 {
color: #ffe2e6;
}
.color-5 {
color: #fff0f6;
}
/* CSS Variables */
:root {
--color-1: #ff93a0;
--color-2: #ffbbd6;
--color-3: #ffd1df;
--color-4: #ffe2e6;
--color-5: #fff0f6;
} 🌈 Maddy's Melon Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff93a0, #ffbbd6, #ffd1df, #ffe2e6, #fff0f6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff93a0, #ffbbd6, #ffd1df, #ffe2e6, #fff0f6);
} 🔗 Explore similar color palettes
Maddy's Melon Dream color palette created on .