The Barebones theme contains color variations whose features are identical except for color highlights.

The color scheme can easily be customized by making changes to the theme's SASS variables in the file /styles/scss/common/_variables.scss. For example, the page background color can be changed with the variable $color-body-bg, while text colors are managed with the variables $color-base-1 and $color-base-2.

Here you can download the desired color variation as the basis for your customization:

You can also upload the selected variation's styles to your theme's /styles/scss/_custom.scss file:

@import 'variations/candy-red';

In this way, your theme's color scheme will be replaced with the color scheme of the uploaded variation.