Advertise on WebGradients — reach designers & frontend developers.Learn more

Linear CSS gradient

Night Party

Night Party is a vivid linear CSS gradient flowing upward from bottom to top, built from navy (#0250C5) and hot pink (#D43F8D) across two colour stops.

Vivid and dynamic, the saturated palette commands attention and communicates confidence across any viewport.

Works well for sports and fitness apps, brand campaign pages, digital art portfolios. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.

Color palette

ColorHEXRGB
#0250C5rgb(2, 80, 197)
#D43F8Drgb(212, 63, 141)

CSS code

background-image: linear-gradient(to top, #0250c5 0%, #d43f8d 100%);

Night Party preview