Top
To try different color combinations we have provided a color selector so that you could tweak the colors are per your needs and from the theme itself and when you are satisfied with the changed color, you can set the primary color in the scss file.
Select the color from the customizer , color of the theme will change as you change the color from color picker.
If you are wondering how the colors change, then in the style property of the body tag we change the css variables as per the selected color. That will change the primary color through out the theme.
To change the color combination of the theme you need to update in "public/assets/scss/utils/_variables.scss" , you can find --theme-default and --theme-default2 in that file you just need to update with your favorite color.