#00DBDE
#FC00FF
Linear CSS gradient
#136 North Miracle Gradient
North Miracle is a linear CSS gradient built from 2 colors: #00DBDE, #FC00FF. 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
#00DBDErgb(0, 219, 222)
#FC00FFrgb(252, 0, 255)
CSS code
background-image: linear-gradient(to right, #00dbde 0%, #fc00ff 100%);