Soft Wisteria カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Wisteria palette

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

Soft Wisteria カラー パレット PNG 画像

Download soft wisteria color palette PNG image (landscape)
Download soft wisteria color palette PNG image (square)

Soft Wisteria カラーパレット CSS

/* CSS */
.color-1 {
color: #e2b8e5;
}
.color-2 {
color: #d8a6d9;
}
.color-3 {
color: #c89cd3;
}
.color-4 {
color: #b6a8e1;
}
.color-5 {
color: #a3b6e1;
}

/* CSS Variables */
:root {
--color-1: #e2b8e5;
--color-2: #d8a6d9;
--color-3: #c89cd3;
--color-4: #b6a8e1;
--color-5: #a3b6e1;
}

Soft Wisteria の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8e5, #d8a6d9, #c89cd3, #b6a8e1, #a3b6e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8e5, #d8a6d9, #c89cd3, #b6a8e1, #a3b6e1);
}

Soft Wisteria color palette created on .