Forgotten Space カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Forgotten Space palette

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

Forgotten Space カラー パレット PNG 画像

Download forgotten space color palette PNG image (landscape)
Download forgotten space color palette PNG image (square)

Forgotten Space カラーパレット CSS

/* CSS */
.color-1 {
color: #1b2a69;
}
.color-2 {
color: #4a5a8c;
}
.color-3 {
color: #8b797b;
}
.color-4 {
color: #dab24e;
}
.color-5 {
color: #f85f0d;
}

/* CSS Variables */
:root {
--color-1: #1b2a69;
--color-2: #4a5a8c;
--color-3: #8b797b;
--color-4: #dab24e;
--color-5: #f85f0d;
}

Forgotten Space の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a69, #4a5a8c, #8b797b, #dab24e, #f85f0d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a69, #4a5a8c, #8b797b, #dab24e, #f85f0d);
}

Forgotten Space color palette created on .