London Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with London Dream palette
London Dream color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 20+ Aesthetic color palettes
London Dream color palette created on .