#0FD850
#F9F047
Linear CSS gradient
#115 Hidden Jaguar Gradient
A bold linear CSS gradient flowing upward from bottom to top, Hidden Jaguar blends green (#0FD850) and amber (#F9F047) 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
#0FD850rgb(15, 216, 80)
#F9F047rgb(249, 240, 71)
CSS code
background-image: linear-gradient(to top, #0fd850 0%, #f9f047 100%);