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