It’s recommended to use Sass to customize your own colors, typography, size of buttons, forms, maps. Variations of shadows. Change grid breakpointsm, count of columns and sizes.
We’ve prepared various sets of variables. You can find them here:
- source/custom-styles/base/_variables.scss
 
To change any of existing variables it’s recommended to add your variables or overwrite existing in _variables.scss:
- Open  
source/custom-styles/base/_variables.scssin your favorite code editor. - Change the value of color variable: 
$primary: #d90e90;with your own. - Compile your Sass to CSS (see above).