Neon Confectionery Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Neon Confectionery palette

Share this palette to:

Neon Confectionery color palette CSS

/* CSS */
.color-1 {
color: #ff4d76;
}
.color-2 {
color: #ffa142;
}
.color-3 {
color: #ffd500;
}
.color-4 {
color: #6ccb79;
}
.color-5 {
color: #592ff4;
}

/* CSS Variables */
:root {
--color-1: #ff4d76;
--color-2: #ffa142;
--color-3: #ffd500;
--color-4: #6ccb79;
--color-5: #592ff4;
}

Neon Confectionery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d76, #ffa142, #ffd500, #6ccb79, #592ff4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d76, #ffa142, #ffd500, #6ccb79, #592ff4);
}

Neon Confectionery color palette created on .