Quilted Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Quilted Dreams palette

Share this palette to:

Quilted Dreams color palette CSS

/* CSS */
.color-1 {
color: #a86b8a;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #aad9f8;
}
.color-5 {
color: #2c6d87;
}

/* CSS Variables */
:root {
--color-1: #a86b8a;
--color-2: #f1a7b4;
--color-3: #f9d66c;
--color-4: #aad9f8;
--color-5: #2c6d87;
}

Quilted Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a86b8a, #f1a7b4, #f9d66c, #aad9f8, #2c6d87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a86b8a, #f1a7b4, #f9d66c, #aad9f8, #2c6d87);
}

Quilted Dreams color palette created on .