Hey @ishi8!
Sorry about the late response here. If this is something you're still looking into there are some examples here from the plotlyjs docs that demonstrate how you can change colors. It looks as though it's a sub-property of marker
:
marker: {
color: ["59D4E8", "DDB6C6", "A696C8", "67EACA", "94D2E6"],
}