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