npm i @paper-design/shaders-react
import { SimplexNoise } from '@paper-design/shaders-react'; <SimplexNoise style={{ height: 500 }} stepsPerColor={3} softness={0} scale={1} rotation={0} speed={0.5} colors={[ "hsl(238, 59%, 54%)", "hsl(340, 100%, 91%)", "hsl(359, 94%, 62%)", "hsl(42, 100%, 71%)", "hsl(0, 0%, 100%)" ]} />
Color gradient mapped over a combination of 2 simplex noises.