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