Quilted Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Quilted Dreams palette

Condividi questa palette a:

tavolozza dei colori Quilted Dreams 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;
}

CSS con gradiente di sfondo Quilted Dreams

/* 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 .