Whispers of Wisteria カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Wisteria palette

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

Whispers of Wisteria カラーパレット CSS

/* CSS */
.color-1 {
color: #bfa0d9;
}
.color-2 {
color: #a690b6;
}
.color-3 {
color: #9b76a7;
}
.color-4 {
color: #704d7a;
}
.color-5 {
color: #502b50;
}

/* CSS Variables */
:root {
--color-1: #bfa0d9;
--color-2: #a690b6;
--color-3: #9b76a7;
--color-4: #704d7a;
--color-5: #502b50;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfa0d9, #a690b6, #9b76a7, #704d7a, #502b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfa0d9, #a690b6, #9b76a7, #704d7a, #502b50);
}

Whispers of Wisteria color palette created on .