css.properties

stop-color

The stop-color property specifies the color of an SVG gradient stop.

See specification

JavaScript Access

// Access via element.style
element.style.stopColor = 'value';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
stop-color134โ‰ค15

Related Properties