#00CDAC
#8DDAD5
Linear CSS gradient
#104 Crystalline Gradient
Crystalline is a linear CSS gradient built from 2 colors: #00CDAC, #8DDAD5. 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
#00CDACrgb(0, 205, 172)
#8DDAD5rgb(141, 218, 213)
CSS code
background-image: linear-gradient(-20deg, #00cdac 0%, #8ddad5 100%);