:root {
    --couleur-primaire: #a61fc3
}

body {
    background: var(--couleur-primaire)
}