Whispers of Lavender Dreams Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Lavender Dreams palette

Condividi questa palette a:

tavolozza dei colori Whispers of Lavender Dreams CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #faf9fb;
}
.color-3 {
color: #e0dae7;
}
.color-4 {
color: #c9b2e1;
}
.color-5 {
color: #b2a3bd;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #faf9fb;
--color-3: #e0dae7;
--color-4: #c9b2e1;
--color-5: #b2a3bd;
}

CSS con gradiente di sfondo Whispers of Lavender Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #faf9fb, #e0dae7, #c9b2e1, #b2a3bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #faf9fb, #e0dae7, #c9b2e1, #b2a3bd);
}

Whispers of Lavender Dreams color palette created on .