Whispers of Wisteria カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Wisteria palette

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

Whispers of Wisteria カラーパレット CSS

/* CSS */
.color-1 {
color: #b3a1d4;
}
.color-2 {
color: #d1c5e2;
}
.color-3 {
color: #e0d2ef;
}
.color-4 {
color: #f4e8f8;
}
.color-5 {
color: #b9a0ca;
}

/* CSS Variables */
:root {
--color-1: #b3a1d4;
--color-2: #d1c5e2;
--color-3: #e0d2ef;
--color-4: #f4e8f8;
--color-5: #b9a0ca;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3a1d4, #d1c5e2, #e0d2ef, #f4e8f8, #b9a0ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3a1d4, #d1c5e2, #e0d2ef, #f4e8f8, #b9a0ca);
}

Whispers of Wisteria color palette created on .