#B7F8DB
#50A7C2
Linear CSS gradient
#165 Morning Salad Gradient
Morning Salad is a vivid linear CSS gradient built from powder blue (#B7F8DB) and cyan (#50A7C2) across two colour stops.
The rich saturation ensures strong visual presence even at small sizes — useful for icons, badges, and accent strips.
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
#B7F8DBrgb(183, 248, 219)
#50A7C2rgb(80, 167, 194)
CSS code
background-image: linear-gradient(-225deg, #B7F8DB 0%, #50A7C2 100%);