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: #efe6e7;
}
.color-2 {
color: #ccb8d5;
}
.color-3 {
color: #9d90d0;
}
.color-4 {
color: #857a6f;
}
.color-5 {
color: #8365c3;
}

/* CSS Variables */
:root {
--color-1: #efe6e7;
--color-2: #ccb8d5;
--color-3: #9d90d0;
--color-4: #857a6f;
--color-5: #8365c3;
}

CSS con gradiente di sfondo Whispers of Lavender Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe6e7, #ccb8d5, #9d90d0, #857a6f, #8365c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe6e7, #ccb8d5, #9d90d0, #857a6f, #8365c3);
}

Whispers of Lavender Dreams color palette created on .