Wistful Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wistful Dream palette

Share this palette to:

Wistful Dream color palette CSS

/* CSS */
.color-1 {
color: #a5a9d4;
}
.color-2 {
color: #b8bae0;
}
.color-3 {
color: #d1d3e5;
}
.color-4 {
color: #e0b8d9;
}
.color-5 {
color: #da8b8d;
}

/* CSS Variables */
:root {
--color-1: #a5a9d4;
--color-2: #b8bae0;
--color-3: #d1d3e5;
--color-4: #e0b8d9;
--color-5: #da8b8d;
}

Wistful Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5a9d4, #b8bae0, #d1d3e5, #e0b8d9, #da8b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5a9d4, #b8bae0, #d1d3e5, #e0b8d9, #da8b8d);
}

Wistful Dream color palette created on .