SASS has helped me with organization tremendously. With SASS I keep a "typography" partial that is the basic text elements (h1, p, etc.) and font-family variables.
I also have a "colors" partial where I put variables for all my color definitions, such as $light-blue, $dark-gray, and $background-color.
I also have a "colors" partial where I put variables for all my color definitions, such as $light-blue, $dark-gray, and $background-color.