Whispers of Wisteria カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Wisteria palette

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

Whispers of Wisteria カラーパレット CSS

/* CSS */
.color-1 {
color: #a27cb6;
}
.color-2 {
color: #b9a8d6;
}
.color-3 {
color: #d1c1e1;
}
.color-4 {
color: #eae4f1;
}
.color-5 {
color: #f5eff4;
}

/* CSS Variables */
:root {
--color-1: #a27cb6;
--color-2: #b9a8d6;
--color-3: #d1c1e1;
--color-4: #eae4f1;
--color-5: #f5eff4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a27cb6, #b9a8d6, #d1c1e1, #eae4f1, #f5eff4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a27cb6, #b9a8d6, #d1c1e1, #eae4f1, #f5eff4);
}

Whispers of Wisteria color palette created on .