Loading...

Threaded Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Threaded Dreams palette

Share this palette to:

Download Threaded Dreams Color Palette (PNG)

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

Threaded Dreams color palette CSS

/* CSS */
.color-1 {
color: #f5b8c4;
}
.color-2 {
color: #f8d2a0;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #d0e7d1;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #f5b8c4;
--color-2: #f8d2a0;
--color-3: #f4e1a4;
--color-4: #d0e7d1;
--color-5: #a3c7e0;
}

Threaded Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8c4, #f8d2a0, #f4e1a4, #d0e7d1, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8c4, #f8d2a0, #f4e1a4, #d0e7d1, #a3c7e0);
}

Threaded Dreams color palette created on .