Neon Blue Fantasy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Blue Fantasy palette

Share this palette to:

Neon Blue Fantasy color palette 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 background gradient 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);
}

Neon Blue Fantasy color palette created on .