Documentation
Colors
This option sets the colors for the color picker.
By default, it contains such an object:
{
base: ['#111118', '#ffffff'],
gray: ['#212529', ... '#f8f9fa'],
...
orange: ["#d9480f", ... "#fff4e6"]
}
You can change the values by specifying them in the setting:
Revolvapp('#myemail', {
colors: {
base: ['#000', '#fff'],
gray: ['#222', ... '#f5f5f5']
}
});
dkjgvo65776inru43654