#B7F8DB
#50A7C2
Linear CSS gradient
#165 Morning Salad Gradient
Morning Salad is a linear CSS gradient built from 2 colors: #B7F8DB, #50A7C2. It works well for hero sections, UI surfaces, marketing pages, and subtle background treatments.
Use the palette table below to grab exact HEX and RGB values, then copy the raw CSS snippet and drop it straight into your project without re-building the gradient by hand.
Color palette
ColorHEXRGB
#B7F8DBrgb(183, 248, 219)
#50A7C2rgb(80, 167, 194)
CSS code
background-image: linear-gradient(-225deg, #B7F8DB 0%, #50A7C2 100%);