Gradient 3 Colors

[Solved] Gradient 3 Colors | Swift - Code Explorer | yomemimo.com
Question : css gradient 3 color

Answered by : worrisome-warbler-km0ltbslql84

div { background:radial-gradient(to right, #c4d7e6 0, #c4d7e6 33%, #66a5ad 33%, #66a5ad 66%, #ff0000 66%, #ff0000 100%); width: 100%; height:64px;
}

Source : https://stackoverflow.com/questions/47591178/how-to-create-a-gradient-with-3-colors-in-css-without-color-escalation/47591284 | Last Update : Fri, 27 Aug 21

Answers related to gradient 3 colors

Code Explorer Popular Question For Swift