#5F72BD
#9B23EA
Linear CSS gradient
#090 Mars Party Gradient
Mars Party is a vivid linear CSS gradient flowing upward from bottom to top, built from sky blue (#5F72BD) and violet (#9B23EA) 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
#5F72BDrgb(95, 114, 189)
#9B23EArgb(155, 35, 234)
CSS code
background-image: linear-gradient(to top, #5f72bd 0%, #9b23ea 100%);