Whispers of Wisteria カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Wisteria palette

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

Whispers of Wisteria カラーパレット CSS

/* CSS */
.color-1 {
color: #d1b3e0;
}
.color-2 {
color: #d6a8e6;
}
.color-3 {
color: #e1a6ed;
}
.color-4 {
color: #ef9fe0;
}
.color-5 {
color: #f5b2cf;
}

/* CSS Variables */
:root {
--color-1: #d1b3e0;
--color-2: #d6a8e6;
--color-3: #e1a6ed;
--color-4: #ef9fe0;
--color-5: #f5b2cf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1b3e0, #d6a8e6, #e1a6ed, #ef9fe0, #f5b2cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1b3e0, #d6a8e6, #e1a6ed, #ef9fe0, #f5b2cf);
}

Whispers of Wisteria color palette created on .