Willow Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Willow Dreams palette

Share this palette to:

Willow Dreams color palette PNG image

Download willow dreams color palette PNG image (landscape)
Download willow dreams color palette PNG image (square)

Willow Dreams color palette CSS

/* CSS */
.color-1 {
color: #b6c8d8;
}
.color-2 {
color: #a2bea2;
}
.color-3 {
color: #e5c2e5;
}
.color-4 {
color: #f3eab9;
}
.color-5 {
color: #f7abb9;
}

/* CSS Variables */
:root {
--color-1: #b6c8d8;
--color-2: #a2bea2;
--color-3: #e5c2e5;
--color-4: #f3eab9;
--color-5: #f7abb9;
}

Willow Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8d8, #a2bea2, #e5c2e5, #f3eab9, #f7abb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8d8, #a2bea2, #e5c2e5, #f3eab9, #f7abb9);
}

Willow Dreams color palette created on .