changing the style of sidebar

if you are using (a child of) twenty ten, then the theme will use body_class() and have a unique css class for each page; use that to style the color of the sidebar widgets;
example:

.page-id-23 #primary.widget-area { color: #123edf; }