Get Stylesheet To Showup in WP Admin Panel Editor

Use the add_editor_style() function in your functions.php:

add_editor_style( 'css/blue.css' );

You can call that function multiple times to load additonal stylesheets in to the admin editor.