Neon Playground Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Playground palette

Share this palette to:

Neon Playground color palette CSS

/* CSS */
.color-1 {
color: #ff6b81;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffef61;
}
.color-4 {
color: #a9d40c;
}
.color-5 {
color: #2ec2b3;
}

/* CSS Variables */
:root {
--color-1: #ff6b81;
--color-2: #ff9900;
--color-3: #ffef61;
--color-4: #a9d40c;
--color-5: #2ec2b3;
}

Neon Playground background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b81, #ff9900, #ffef61, #a9d40c, #2ec2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b81, #ff9900, #ffef61, #a9d40c, #2ec2b3);
}

Neon Playground color palette created on .