Arcane Neon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Arcane Neon palette

Share this palette to:

Arcane Neon color palette PNG image

Download arcane neon color palette PNG image (landscape)
Download arcane neon color palette PNG image (square)

Arcane Neon color palette CSS

/* CSS */
.color-1 {
color: #ff1f78;
}
.color-2 {
color: #4b1fff;
}
.color-3 {
color: #8a2ce2;
}
.color-4 {
color: #00bfff;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ff1f78;
--color-2: #4b1fff;
--color-3: #8a2ce2;
--color-4: #00bfff;
--color-5: #ff6e61;
}

Arcane Neon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff1f78, #4b1fff, #8a2ce2, #00bfff, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff1f78, #4b1fff, #8a2ce2, #00bfff, #ff6e61);
}

Arcane Neon color palette created on .