Whispers of Lilac Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Lilac palette

Share this palette to:

Whispers of Lilac color palette CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d7a6d9;
}
.color-3 {
color: #b68bd5;
}
.color-4 {
color: #a062b7;
}
.color-5 {
color: #672c7d;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d7a6d9;
--color-3: #b68bd5;
--color-4: #a062b7;
--color-5: #672c7d;
}

Whispers of Lilac background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d7a6d9, #b68bd5, #a062b7, #672c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d7a6d9, #b68bd5, #a062b7, #672c7d);
}

Whispers of Lilac color palette created on .