Whispers of Wisteria カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Wisteria palette

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

Whispers of Wisteria カラーパレット CSS

/* CSS */
.color-1 {
color: #d4b8e0;
}
.color-2 {
color: #caa2dd;
}
.color-3 {
color: #a58bb1;
}
.color-4 {
color: #d6a1e8;
}
.color-5 {
color: #e4c8e5;
}

/* CSS Variables */
:root {
--color-1: #d4b8e0;
--color-2: #caa2dd;
--color-3: #a58bb1;
--color-4: #d6a1e8;
--color-5: #e4c8e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b8e0, #caa2dd, #a58bb1, #d6a1e8, #e4c8e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b8e0, #caa2dd, #a58bb1, #d6a1e8, #e4c8e5);
}

Whispers of Wisteria color palette created on .