Neon Groovy Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Groovy Vibes palette

Share this palette to:

Neon Groovy Vibes color palette PNG image

Download neon groovy vibes color palette PNG image (landscape)
Download neon groovy vibes color palette PNG image (square)

Neon Groovy Vibes color palette CSS

/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ffb700;
}
.color-3 {
color: #00ff6a;
}
.color-4 {
color: #00bfff;
}
.color-5 {
color: #ff00a6;
}

/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ffb700;
--color-3: #00ff6a;
--color-4: #00bfff;
--color-5: #ff00a6;
}

Neon Groovy Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ffb700, #00ff6a, #00bfff, #ff00a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ffb700, #00ff6a, #00bfff, #ff00a6);
}

Neon Groovy Vibes color palette created on .