Whispers of Wisteria カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Wisteria palette

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

Whispers of Wisteria カラーパレット CSS

/* CSS */
.color-1 {
color: #a06e9a;
}
.color-2 {
color: #bd9fc6;
}
.color-3 {
color: #e0c5e7;
}
.color-4 {
color: #f3d3e6;
}
.color-5 {
color: #f5a8c7;
}

/* CSS Variables */
:root {
--color-1: #a06e9a;
--color-2: #bd9fc6;
--color-3: #e0c5e7;
--color-4: #f3d3e6;
--color-5: #f5a8c7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a06e9a, #bd9fc6, #e0c5e7, #f3d3e6, #f5a8c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a06e9a, #bd9fc6, #e0c5e7, #f3d3e6, #f5a8c7);
}

Whispers of Wisteria color palette created on .