Neon Blue Fantasy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Neon Blue Fantasy palette

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

Neon Blue Fantasy カラーパレット CSS

/* CSS */
.color-1 {
color: #090a10;
}
.color-2 {
color: #1157a2;
}
.color-3 {
color: #280c50;
}
.color-4 {
color: #1b0c50;
}
.color-5 {
color: #6518a0;
}

/* CSS Variables */
:root {
--color-1: #090a10;
--color-2: #1157a2;
--color-3: #280c50;
--color-4: #1b0c50;
--color-5: #6518a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #090a10, #1157a2, #280c50, #1b0c50, #6518a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #090a10, #1157a2, #280c50, #1b0c50, #6518a0);
}

Neon Blue Fantasy color palette created on .