Neon Blue Fantasy カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Neon Blue Fantasy palette
Neon Blue Fantasy カラーパレット CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #80007f;
}
.color-4 {
color: #4a0080;
}
.color-5 {
color: #ff00ff;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #00bfff;
--color-3: #80007f;
--color-4: #4a0080;
--color-5: #ff00ff;
}
Neon Blue Fantasy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #00bfff, #80007f, #4a0080, #ff00ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #00bfff, #80007f, #4a0080, #ff00ff);
}
似たようなカラーパレット
下にスクロールして40個の黒カラーパレットを探索しましょう
Neon Blue Fantasy color palette created on .