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