Assuming you use Chrome or a Chromium-based browser (e.g. Brave):
Using “Inspect Element” in your browser, look at the CSS class of that button: right-click the button, choose “Inspect”, and the CSS panel will be opened on the right.
If this button has multiple CSS classes (you can see them on the HTML on the left), look for one which has a color/background/background-color property.
Once found, double click the CSS to edit the color. If it changed, that’s the correct class.
Then, using VSCode (or other editor), search for that class in all files and replace the color.
@miner Hello again! Its an easy lazy query For customising the rasa webchat please follow this video tutorial and you will not able to change the colour, but even you can customise other things too : Best Ways To Customize Rasa-webchat - YouTube
OR
If you want to change the colour of launcher button with only single code, you can update in botfront snippet code while adding this: