WordPress custom post type and page

Your question not so much clear but try the following instruction which i understand.

First you create page template-color.php and than give template name like

<?php
/*
Template Name: Color
*/
?>

Now at admin area you create page color and select template Color. Than hit the url of cutom post type page like abc.com/color.
In this way you can expose posts within page templates.