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: #bfa1d9;
}
.color-2 {
color: #a77ccb;
}
.color-3 {
color: #a56dab;
}
.color-4 {
color: #8d5e9c;
}
.color-5 {
color: #6b4b8b;
}

/* CSS Variables */
:root {
--color-1: #bfa1d9;
--color-2: #a77ccb;
--color-3: #a56dab;
--color-4: #8d5e9c;
--color-5: #6b4b8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfa1d9, #a77ccb, #a56dab, #8d5e9c, #6b4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfa1d9, #a77ccb, #a56dab, #8d5e9c, #6b4b8b);
}

Shades of Lilac color palette created on .