Neon Desires カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Neon Desires palette

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

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

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

Neon Desires カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1f3d;
}
.color-2 {
color: #5a3d8a;
}
.color-3 {
color: #8d2a6b;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #00bdd6;
}

/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #5a3d8a;
--color-3: #8d2a6b;
--color-4: #ff6e61;
--color-5: #00bdd6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #5a3d8a, #8d2a6b, #ff6e61, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #5a3d8a, #8d2a6b, #ff6e61, #00bdd6);
}

Neon Desires color palette created on .