Melrose Dream Color Palette
Discover the beautiful Melrose Dream color palette featuring periwinkle gray (#c9c8ed), dull lavender (#a8abe8), dull lavender (#8b8ce4), havelock blue (#6875e1) and royal blue (#555ddf).
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 Melrose Dream palette
💻 Melrose Dream color palette CSS
/* CSS */
.color-1 {
color: #c9c8ed;
}
.color-2 {
color: #a8abe8;
}
.color-3 {
color: #8b8ce4;
}
.color-4 {
color: #6875e1;
}
.color-5 {
color: #555ddf;
}
/* CSS Variables */
:root {
--color-1: #c9c8ed;
--color-2: #a8abe8;
--color-3: #8b8ce4;
--color-4: #6875e1;
--color-5: #555ddf;
} 🌈 Melrose Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9c8ed, #a8abe8, #8b8ce4, #6875e1, #555ddf);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9c8ed, #a8abe8, #8b8ce4, #6875e1, #555ddf);
} 🔗 Explore similar color palettes
Melrose Dream color palette created on .