Neon Night カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Neon Night palette

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

Neon Night カラー パレット PNG 画像

Download neon night color palette PNG image (landscape)
Download neon night color palette PNG image (square)

Neon Night カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1f51;
}
.color-2 {
color: #393979;
}
.color-3 {
color: #5b5b9f;
}
.color-4 {
color: #7e7ebe;
}
.color-5 {
color: #a3a3ff;
}

/* CSS Variables */
:root {
--color-1: #1f1f51;
--color-2: #393979;
--color-3: #5b5b9f;
--color-4: #7e7ebe;
--color-5: #a3a3ff;
}

Neon Night の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f51, #393979, #5b5b9f, #7e7ebe, #a3a3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f51, #393979, #5b5b9f, #7e7ebe, #a3a3ff);
}

Neon Night color palette created on .