#FF0844
#FFB199
Linear CSS gradient
#073 Love Kiss Gradient
A bold linear CSS gradient flowing upward from bottom to top, Love Kiss blends red (#FF0844) and blush pink (#FFB199) 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
#FF0844rgb(255, 8, 68)
#FFB199rgb(255, 177, 153)
CSS code
background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);