custom color code code example
Example 1: rgba white color
rgb(255,255,255) /*white*/ Hex #FFFFFF
Example 2: rgb purple color
(128,0,128) Hex #800080
Example 3: rgb yellow color
rgb(255,255,0) /* yellow*/ Hex #FFFF00
rgb(255,255,255) /*white*/ Hex #FFFFFF
(128,0,128) Hex #800080
rgb(255,255,0) /* yellow*/ Hex #FFFF00