Neon Nexus カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Neon Nexus palette

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

Neon Nexus カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #4a4a8c;
}
.color-3 {
color: #7a7ab8;
}
.color-4 {
color: #b7b7f0;
}
.color-5 {
color: #ff5e00;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #4a4a8c;
--color-3: #7a7ab8;
--color-4: #b7b7f0;
--color-5: #ff5e00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #4a4a8c, #7a7ab8, #b7b7f0, #ff5e00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #4a4a8c, #7a7ab8, #b7b7f0, #ff5e00);
}

Neon Nexus color palette created on .