Handheld Game Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Handheld Game Vibes palette

このパレットを共有する先:

Handheld Game Vibes カラー パレット PNG 画像

Download handheld game vibes color palette PNG image (landscape)
Download handheld game vibes color palette PNG image (square)

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 .