Neon Colors カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Neon Colors palette

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

Neon Colors カラーパレット CSS

/* CSS */
.color-1 {
color: #00ffcc;
}
.color-2 {
color: #ff4d4d;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ff66b3;
}
.color-5 {
color: #6633ff;
}

/* CSS Variables */
:root {
--color-1: #00ffcc;
--color-2: #ff4d4d;
--color-3: #ffcc00;
--color-4: #ff66b3;
--color-5: #6633ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffcc, #ff4d4d, #ffcc00, #ff66b3, #6633ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffcc, #ff4d4d, #ffcc00, #ff66b3, #6633ff);
}

Neon Colors color palette created on .