Purple Weeping Wisteria カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Purple Weeping Wisteria palette

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

Purple Weeping Wisteria カラーパレット CSS

/* CSS */
.color-1 {
color: #d6c9e3;
}
.color-2 {
color: #a47cb6;
}
.color-3 {
color: #6a4e8d;
}
.color-4 {
color: #3e2960;
}
.color-5 {
color: #c3b6e7;
}

/* CSS Variables */
:root {
--color-1: #d6c9e3;
--color-2: #a47cb6;
--color-3: #6a4e8d;
--color-4: #3e2960;
--color-5: #c3b6e7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c9e3, #a47cb6, #6a4e8d, #3e2960, #c3b6e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c9e3, #a47cb6, #6a4e8d, #3e2960, #c3b6e7);
}

Purple Weeping Wisteria color palette created on .