Whispers of Lilac カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Lilac palette

このパレットを共有する先:

Whispers of Lilac カラーパレット 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 の背景のグラデーション 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 .