90s Game カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 90s Game palette

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

90s Game カラー パレット PNG 画像

Download 90s game color palette PNG image (landscape)
Download 90s game color palette PNG image (square)

90s Game カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #1b9bac;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb300;
--color-3: #a3d55d;
--color-4: #1b9bac;
--color-5: #681b98;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb300, #a3d55d, #1b9bac, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb300, #a3d55d, #1b9bac, #681b98);
}

90s Game color palette created on .