Whispers of Wisteria カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Whispers of Wisteria palette
Whispers of Wisteria カラーパレット CSS
/* CSS */
.color-1 {
color: #d7c4e3;
}
.color-2 {
color: #caa2dd;
}
.color-3 {
color: #b58bc6;
}
.color-4 {
color: #a76fb8;
}
.color-5 {
color: #9c5e9c;
}
/* CSS Variables */
:root {
--color-1: #d7c4e3;
--color-2: #caa2dd;
--color-3: #b58bc6;
--color-4: #a76fb8;
--color-5: #9c5e9c;
}
Whispers of Wisteria の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c4e3, #caa2dd, #b58bc6, #a76fb8, #9c5e9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c4e3, #caa2dd, #b58bc6, #a76fb8, #9c5e9c);
}
似たようなカラーパレット
Whispers of Wisteria color palette created on .