Neon Colors カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Neon Colors palette
Neon Colors カラーパレット (PNG) をダウンロード
Neon Colors カラーパレット CSS
/* CSS */
.color-1 {
color: #00ffcc;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff00b2;
}
.color-5 {
color: #b300ff;
}
/* CSS Variables */
:root {
--color-1: #00ffcc;
--color-2: #ff6e00;
--color-3: #ff3c00;
--color-4: #ff00b2;
--color-5: #b300ff;
}
Neon Colors の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffcc, #ff6e00, #ff3c00, #ff00b2, #b300ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffcc, #ff6e00, #ff3c00, #ff00b2, #b300ff);
}
似たようなカラーパレット
Neon Colors color palette created on .