# Change Color

1. You change the admin panel colo on the **includes/colors.php**
2. Enter your color code inside each of variable :

{% code title="colors.php" %}

```php
<?php 

	$colorPrimary = "#2196F3";
	$colorSecondary = "#90CAF9";

?>
```

{% endcode %}
