Access CSS attribute

Access CSS attribute

Hello,
If I have a css class with that has an element
#attr
{
      color: #FFFFFF;
}

how do I access color without it being linked to a tag?

~