Game Computer カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Game Computer palette

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

Game Computer カラー パレット PNG 画像

Download game computer color palette PNG image (landscape)
Download game computer color palette PNG image (square)

Game Computer カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #3f3f5f;
}
.color-3 {
color: #606080;
}
.color-4 {
color: #7e7ea0;
}
.color-5 {
color: #a0a0c0;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #3f3f5f;
--color-3: #606080;
--color-4: #7e7ea0;
--color-5: #a0a0c0;
}

Game Computer の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #3f3f5f, #606080, #7e7ea0, #a0a0c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #3f3f5f, #606080, #7e7ea0, #a0a0c0);
}

Game Computer color palette created on .