Whispers of Lavender Sky Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Lavender Sky palette

Condividi questa palette a:

tavolozza dei colori Whispers of Lavender Sky CSS

/* CSS */
.color-1 {
color: #f9f7fd;
}
.color-2 {
color: #d1c5e7;
}
.color-3 {
color: #a8a1b5;
}
.color-4 {
color: #7f6eaa;
}
.color-5 {
color: #4f5c8c;
}

/* CSS Variables */
:root {
--color-1: #f9f7fd;
--color-2: #d1c5e7;
--color-3: #a8a1b5;
--color-4: #7f6eaa;
--color-5: #4f5c8c;
}

CSS con gradiente di sfondo Whispers of Lavender Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9f7fd, #d1c5e7, #a8a1b5, #7f6eaa, #4f5c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9f7fd, #d1c5e7, #a8a1b5, #7f6eaa, #4f5c8c);
}

Whispers of Lavender Sky color palette created on .