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