Whispers of Lavender Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Lavender palette

Condividi questa palette a:

tavolozza dei colori Whispers of Lavender CSS

/* CSS */
.color-1 {
color: #d1c5e7;
}
.color-2 {
color: #f2eef6;
}
.color-3 {
color: #a47ac2;
}
.color-4 {
color: #6f4c94;
}
.color-5 {
color: #3c0f6b;
}

/* CSS Variables */
:root {
--color-1: #d1c5e7;
--color-2: #f2eef6;
--color-3: #a47ac2;
--color-4: #6f4c94;
--color-5: #3c0f6b;
}

CSS con gradiente di sfondo Whispers of Lavender

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1c5e7, #f2eef6, #a47ac2, #6f4c94, #3c0f6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1c5e7, #f2eef6, #a47ac2, #6f4c94, #3c0f6b);
}

Whispers of Lavender color palette created on .