Neon Nebula カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Neon Nebula palette

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

Neon Nebula カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #2a2a5b;
}
.color-3 {
color: #4c4c90;
}
.color-4 {
color: #6969ab;
}
.color-5 {
color: #9a9acb;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #2a2a5b;
--color-3: #4c4c90;
--color-4: #6969ab;
--color-5: #9a9acb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #2a2a5b, #4c4c90, #6969ab, #9a9acb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #2a2a5b, #4c4c90, #6969ab, #9a9acb);
}

似たようなカラーパレット

Neon Nebula color palette created on .