Whispers of Lavender Dream Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Lavender Dream palette

Condividi questa palette a:

tavolozza dei colori Whispers of Lavender Dream CSS

/* CSS */
.color-1 {
color: #e6e0e1;
}
.color-2 {
color: #cabec2;
}
.color-3 {
color: #ccace7;
}
.color-4 {
color: #a578ce;
}
.color-5 {
color: #8d829b;
}

/* CSS Variables */
:root {
--color-1: #e6e0e1;
--color-2: #cabec2;
--color-3: #ccace7;
--color-4: #a578ce;
--color-5: #8d829b;
}

CSS con gradiente di sfondo Whispers of Lavender Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e0e1, #cabec2, #ccace7, #a578ce, #8d829b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e0e1, #cabec2, #ccace7, #a578ce, #8d829b);
}

Whispers of Lavender Dream color palette created on .