Melancholy Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Melancholy Dream palette
Melancholy Dream color palette PNG image
Melancholy Dream color palette CSS
/* CSS */
.color-1 {
color: #989eae;
}
.color-2 {
color: #d08a96;
}
.color-3 {
color: #dfb99a;
}
.color-4 {
color: #dc8f9d;
}
.color-5 {
color: #5b3e70;
}
/* CSS Variables */
:root {
--color-1: #989eae;
--color-2: #d08a96;
--color-3: #dfb99a;
--color-4: #dc8f9d;
--color-5: #5b3e70;
}
Melancholy Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #989eae, #d08a96, #dfb99a, #dc8f9d, #5b3e70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #989eae, #d08a96, #dfb99a, #dc8f9d, #5b3e70);
}
Similar color palettes
Melancholy Dream color palette created on .