Melrose Dream Color Palette

Discover the beautiful Melrose Dream color palette featuring fog (#e0d6ff), melrose (#b5a8ff), heliotrope (#8e7aff), dodger blue (#5c5cff) and blue ribbon (#403dff).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Lavender, Light, Modern, Purple, Soft, Spring, Summer, Vibrant 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 Melrose Dream palette

Share this palette to:

💻 Melrose Dream color palette CSS

/* CSS */
.color-1 {
color: #e0d6ff;
}
.color-2 {
color: #b5a8ff;
}
.color-3 {
color: #8e7aff;
}
.color-4 {
color: #5c5cff;
}
.color-5 {
color: #403dff;
}

/* CSS Variables */
:root {
--color-1: #e0d6ff;
--color-2: #b5a8ff;
--color-3: #8e7aff;
--color-4: #5c5cff;
--color-5: #403dff;
}

🌈 Melrose Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0d6ff, #b5a8ff, #8e7aff, #5c5cff, #403dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0d6ff, #b5a8ff, #8e7aff, #5c5cff, #403dff);
}

Melrose Dream color palette created on .