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: #f9f8fc;
}
.color-2 {
color: #e4d8e3;
}
.color-3 {
color: #d2c7d6;
}
.color-4 {
color: #b0a4c6;
}
.color-5 {
color: #8d79b4;
}

/* CSS Variables */
:root {
--color-1: #f9f8fc;
--color-2: #e4d8e3;
--color-3: #d2c7d6;
--color-4: #b0a4c6;
--color-5: #8d79b4;
}

CSS con gradiente di sfondo Whispers of Lavender

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f8fc, #e4d8e3, #d2c7d6, #b0a4c6, #8d79b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f8fc, #e4d8e3, #d2c7d6, #b0a4c6, #8d79b4);
}

Whispers of Lavender color palette created on .