Wistful Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Wistful Dream palette

Condividi questa palette a:

tavolozza dei colori Wistful Dream CSS

/* CSS */
.color-1 {
color: #a5a9d4;
}
.color-2 {
color: #b8bae0;
}
.color-3 {
color: #d1d3e5;
}
.color-4 {
color: #e0b8d9;
}
.color-5 {
color: #da8b8d;
}

/* CSS Variables */
:root {
--color-1: #a5a9d4;
--color-2: #b8bae0;
--color-3: #d1d3e5;
--color-4: #e0b8d9;
--color-5: #da8b8d;
}

CSS con gradiente di sfondo Wistful Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5a9d4, #b8bae0, #d1d3e5, #e0b8d9, #da8b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5a9d4, #b8bae0, #d1d3e5, #e0b8d9, #da8b8d);
}

Wistful Dream color palette created on .