Neon Cyan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Cyan palette

Share this palette to:

Neon Cyan color palette CSS

/* CSS */
.color-1 {
color: #00ffcc;
}
.color-2 {
color: #ff4d00;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #ff0080;
}
.color-5 {
color: #6600cc;
}

/* CSS Variables */
:root {
--color-1: #00ffcc;
--color-2: #ff4d00;
--color-3: #ffcc00;
--color-4: #ff0080;
--color-5: #6600cc;
}

Neon Cyan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffcc, #ff4d00, #ffcc00, #ff0080, #6600cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffcc, #ff4d00, #ffcc00, #ff0080, #6600cc);
}

Neon Cyan color palette created on .