Neon Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Neon Pink palette
Neon Pink color palette CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #88d8b0;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #ff1a1a;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffcb5c;
--color-3: #88d8b0;
--color-4: #4eb7ac;
--color-5: #ff1a1a;
}
Neon Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffcb5c, #88d8b0, #4eb7ac, #ff1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffcb5c, #88d8b0, #4eb7ac, #ff1a1a);
}
Similar color palettes
Neon Pink color palette created on .