Neon Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Neon Blue palette

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

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

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

Neon Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1e60;
}
.color-2 {
color: #3e70b6;
}
.color-3 {
color: #60c1e2;
}
.color-4 {
color: #b3f1ff;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1a1e60;
--color-2: #3e70b6;
--color-3: #60c1e2;
--color-4: #b3f1ff;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1e60, #3e70b6, #60c1e2, #b3f1ff, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1e60, #3e70b6, #60c1e2, #b3f1ff, #ff6e61);
}

Neon Blue color palette created on .