#4481EB
#04BEFE
Linear CSS gradient
#109 River City Gradient
A bold linear CSS gradient flowing upward from bottom to top, River City blends sky blue (#4481EB) and cyan (#04BEFE) 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
#4481EBrgb(68, 129, 235)
#04BEFErgb(4, 190, 254)
CSS code
background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);