Futuristic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Futuristic palette

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

Futuristic カラーパレット (PNG) をダウンロード

Download futuristic color palette PNG image (landscape)
Download futuristic color palette PNG image (square)

Futuristic カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #4a4a6d;
}
.color-3 {
color: #7d7d8c;
}
.color-4 {
color: #b4b4f4;
}
.color-5 {
color: #f0f0ff;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #4a4a6d;
--color-3: #7d7d8c;
--color-4: #b4b4f4;
--color-5: #f0f0ff;
}

Futuristic の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #4a4a6d, #7d7d8c, #b4b4f4, #f0f0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #4a4a6d, #7d7d8c, #b4b4f4, #f0f0ff);
}

Futuristic color palette created on .