How to change H1 color only for pages [closed]

I’ll go ahead and answer it anyway. Assuming the theme is built right (I’ll get to that in a second) .page and .single are applied to the <body> tag for pages and posts respectively.

In order to ensure those classes are applied, ensure the following template tag is used:
<body <?php body_class(); ?> >

Then, the example you wrote should work correctly assuming your CSS cascades properly