#92FE9D
#00C9FF
Linear CSS gradient
#079 Summer Games Gradient
A bold linear CSS gradient sweeping from left to right, Summer Games blends mint (#92FE9D) and cyan (#00C9FF) in two colour stops.
Saturated to the max, this palette grabs attention fast and keeps it — ideal wherever boldness is a feature, not a bug.
Works well for gaming UIs, nightlife event pages, bold call-to-action sections. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.
Color palette
ColorHEXRGB
#92FE9Drgb(146, 254, 157)
#00C9FFrgb(0, 201, 255)
CSS code
background-image: linear-gradient(to right, #92fe9d 0%, #00c9ff 100%);