#2B5876
#4E4376
Linear CSS gradient
#103 Midnight Bloom Gradient
Midnight Bloom is a linear CSS gradient built from 2 colors: #2B5876, #4E4376. 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
#2B5876rgb(43, 88, 118)
#4E4376rgb(78, 67, 118)
CSS code
background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);