/*This is done by naming a variable with a dollar symbol $ and then referencing it elsewhere in your code. */ $primary-color: #24a0ed; .text { color: $primary-color; } button { color: $primary-color; border: 2px solid $primary-color; }