Dream Weaver Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dream Weaver palette

Share this palette to:

Dream Weaver color palette PNG image

Download dream weaver color palette PNG image (landscape)
Download dream weaver color palette PNG image (square)

Dream Weaver color palette CSS

/* CSS */
.color-1 {
color: #f7c7ab;
}
.color-2 {
color: #f1a988;
}
.color-3 {
color: #e67f65;
}
.color-4 {
color: #d6514c;
}
.color-5 {
color: #893e49;
}

/* CSS Variables */
:root {
--color-1: #f7c7ab;
--color-2: #f1a988;
--color-3: #e67f65;
--color-4: #d6514c;
--color-5: #893e49;
}

Dream Weaver background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c7ab, #f1a988, #e67f65, #d6514c, #893e49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c7ab, #f1a988, #e67f65, #d6514c, #893e49);
}

Dream Weaver color palette created on .