Shades of Wisteria カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Wisteria palette

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

Shades of Wisteria カラーパレット CSS

/* CSS */
.color-1 {
color: #d8bae3;
}
.color-2 {
color: #caa2dd;
}
.color-3 {
color: #a37bc1;
}
.color-4 {
color: #8b5ea1;
}
.color-5 {
color: #6f3b87;
}

/* CSS Variables */
:root {
--color-1: #d8bae3;
--color-2: #caa2dd;
--color-3: #a37bc1;
--color-4: #8b5ea1;
--color-5: #6f3b87;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8bae3, #caa2dd, #a37bc1, #8b5ea1, #6f3b87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8bae3, #caa2dd, #a37bc1, #8b5ea1, #6f3b87);
}

Shades of Wisteria color palette created on .