Shades of Lilac カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Lilac palette

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

Shades of Lilac カラーパレット (PNG) をダウンロード

Download shades of lilac color palette PNG image (landscape)
Download shades of lilac color palette PNG image (square)

Shades of Lilac カラーパレット CSS

/* CSS */
.color-1 {
color: #d6c2e0;
}
.color-2 {
color: #b69bc5;
}
.color-3 {
color: #9d7db5;
}
.color-4 {
color: #7a5091;
}
.color-5 {
color: #5e3d7f;
}

/* CSS Variables */
:root {
--color-1: #d6c2e0;
--color-2: #b69bc5;
--color-3: #9d7db5;
--color-4: #7a5091;
--color-5: #5e3d7f;
}

Shades of Lilac の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c2e0, #b69bc5, #9d7db5, #7a5091, #5e3d7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c2e0, #b69bc5, #9d7db5, #7a5091, #5e3d7f);
}

Shades of Lilac color palette created on .