Melanie's Dream Color Palette
Discover the beautiful Melanie's Dream color palette featuring melanie (#e5c3d6), vanilla ice (#f1d0e9), illusion (#f6b1d0), rose bud (#f89b9c) and froly (#f27d7d).
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 Melanie's Dream palette
💻 Melanie's Dream color palette CSS
/* CSS */
.color-1 {
color: #e5c3d6;
}
.color-2 {
color: #f1d0e9;
}
.color-3 {
color: #f6b1d0;
}
.color-4 {
color: #f89b9c;
}
.color-5 {
color: #f27d7d;
}
/* CSS Variables */
:root {
--color-1: #e5c3d6;
--color-2: #f1d0e9;
--color-3: #f6b1d0;
--color-4: #f89b9c;
--color-5: #f27d7d;
} 🌈 Melanie's Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c3d6, #f1d0e9, #f6b1d0, #f89b9c, #f27d7d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c3d6, #f1d0e9, #f6b1d0, #f89b9c, #f27d7d);
} 🔗 Explore similar color palettes
Melanie's Dream color palette created on .