Dreamy Lilac Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Lilac Whispers palette

Share this palette to:

Dreamy Lilac Whispers color palette CSS

/* CSS */
.color-1 {
color: #5d0ebe;
}
.color-2 {
color: #a15cb2;
}
.color-3 {
color: #d6a4da;
}
.color-4 {
color: #f1c6e3;
}
.color-5 {
color: #f6a7d0;
}

/* CSS Variables */
:root {
--color-1: #5d0ebe;
--color-2: #a15cb2;
--color-3: #d6a4da;
--color-4: #f1c6e3;
--color-5: #f6a7d0;
}

Dreamy Lilac Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d0ebe, #a15cb2, #d6a4da, #f1c6e3, #f6a7d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d0ebe, #a15cb2, #d6a4da, #f1c6e3, #f6a7d0);
}

Dreamy Lilac Whispers color palette created on .