Réponse

$primary-color: #123

Colonne
Explication

On peut ensuite l'utilisé dans diverses circonstance:
color: $primary-color;
background-color: $primary-color;

Question

Comment crée une variable en scss/sass primary-color qui aura pour valeur #123

Thématique