#473B7B
#3584A7
#30D2BE
Linear CSS gradient
#171 Mind Crawl Gradient
Mind Crawl is a smooth linear CSS gradient built from indigo (#473B7B), cyan (#3584A7), and teal (#30D2BE) across 3 colour stops.
The blue-leaning balance conveys dependability — a palette that earns trust before the headline is even read.
Works well for SaaS marketing pages, corporate intranets, productivity tools. Copy the CSS snippet below and apply it directly — no preprocessor or build step required.
Color palette
ColorHEXRGB
#473B7Brgb(71, 59, 123)
#3584A7rgb(53, 132, 167)
#30D2BErgb(48, 210, 190)
CSS code
background-image: linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%);