Neon Nightfall カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Neon Nightfall palette
Neon Nightfall カラーパレット CSS
/* CSS */
.color-1 {
color: #1b1b1d;
}
.color-2 {
color: #e6007e;
}
.color-3 {
color: #ff1f5a;
}
.color-4 {
color: #ff5c8d;
}
.color-5 {
color: #ff8fb0;
}
/* CSS Variables */
:root {
--color-1: #1b1b1d;
--color-2: #e6007e;
--color-3: #ff1f5a;
--color-4: #ff5c8d;
--color-5: #ff8fb0;
}
Neon Nightfall の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1b1d, #e6007e, #ff1f5a, #ff5c8d, #ff8fb0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1b1d, #e6007e, #ff1f5a, #ff5c8d, #ff8fb0);
}
似たようなカラーパレット
Neon Nightfall color palette created on .