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