Cyber Space カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cyber Space palette

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

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

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

Cyber Space カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #393979;
}
.color-3 {
color: #6b6bb3;
}
.color-4 {
color: #a9c2e0;
}
.color-5 {
color: #f7f7f7;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #393979;
--color-3: #6b6bb3;
--color-4: #a9c2e0;
--color-5: #f7f7f7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #393979, #6b6bb3, #a9c2e0, #f7f7f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #393979, #6b6bb3, #a9c2e0, #f7f7f7);
}

Cyber Space color palette created on .