#3D3393
#2B76B9
#2CACD1
#35EB93
Linear CSS gradient
#142 Space Shift Gradient
Space Shift is a linear CSS gradient built from 4 colors: #3D3393, #2B76B9, #2CACD1, #35EB93. 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
#3D3393rgb(61, 51, 147)
#2B76B9rgb(43, 118, 185)
#2CACD1rgb(44, 172, 209)
#35EB93rgb(53, 235, 147)
CSS code
background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);