Wisteria Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wisteria Dreams palette

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

Wisteria Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #bea3d7;
}
.color-2 {
color: #a86bb3;
}
.color-3 {
color: #9b5b9f;
}
.color-4 {
color: #a26fbe;
}
.color-5 {
color: #dac7e1;
}

/* CSS Variables */
:root {
--color-1: #bea3d7;
--color-2: #a86bb3;
--color-3: #9b5b9f;
--color-4: #a26fbe;
--color-5: #dac7e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bea3d7, #a86bb3, #9b5b9f, #a26fbe, #dac7e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bea3d7, #a86bb3, #9b5b9f, #a26fbe, #dac7e1);
}

Wisteria Dreams color palette created on .