London Dream Color Palette
Discover the beautiful London Dream color palette featuring maverick (#d8c5d5), lavender gray (#c6b2d7), logan (#a79dc3), wild blue yonder (#7d82b0) and east bay (#4a598c).
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 London Dream palette
💻 London Dream color palette CSS
/* CSS */
.color-1 {
color: #d8c5d5;
}
.color-2 {
color: #c6b2d7;
}
.color-3 {
color: #a79dc3;
}
.color-4 {
color: #7d82b0;
}
.color-5 {
color: #4a598c;
}
/* CSS Variables */
:root {
--color-1: #d8c5d5;
--color-2: #c6b2d7;
--color-3: #a79dc3;
--color-4: #7d82b0;
--color-5: #4a598c;
}
🌈 London Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c5d5, #c6b2d7, #a79dc3, #7d82b0, #4a598c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c5d5, #c6b2d7, #a79dc3, #7d82b0, #4a598c);
}
🔗 Explore similar color palettes
London Dream color palette created on .