'#000000', 'chocolate' => '#271105', 'dk brown' => '#552910', 'brown' => '#8B4418', 'lt brown' => '#C19275', 'tan' => '#CEA68D', 'beige' => '#FBE5D8', 'cream' => '#FFF2EA', 'brick' => '#B63C15', 'red' => '#DF4819', 'dk orange' => '#EE4F1C', 'orange' => '#FE7B2B', 'peach' => '#FFCEB0', 'dk green' => '#063812', 'olive' => '#80883D', 'green' => '#8CAC17', 'mustard' => '#DDAA1B', 'yellow' => '#FFCE00', 'lt blue' => '#789ACD', 'blue' => '#688EC7', 'dk blue' => '#1B417B', 'lt purple' => '#A287CC', 'purple' => '#987BC6', 'dk purple' => '#47257C', ); $images = array( 'main' => "$image_path/pylon-main.jpg", // orange 'black' => "$image_path/pylon-black.jpg", 'brown' => "$image_path/pylon-brown.jpg", 'red' => "$image_path/pylon-red.jpg", 'orange' => "$image_path/pylon-orange.jpg", 'peach' => "$image_path/pylon-peach.jpg", 'tan' => "$image_path/pylon-tan.jpg", 'cream' => "$image_path/pylon-cream.jpg", 'yellow' => "$image_path/pylon-yellow.jpg", 'green' => "$image_path/pylon-green.jpg", 'blue' => "$image_path/pylon-blue.jpg", 'purple' => "$image_path/pylon-purple.jpg", ); $colourschemes = array(); $colourschemes['main'] = array( "image" => "main", "background" => "orange", "foreground" => "black", "border" => "brown", "text" => "black", "text-dark" => "black", "text-light" => "peach", ); $colourschemes['black'] = array( "image" => "black", "background" => "black", "foreground" => "chocolate", "border" => "dk brown", "text" => "brown", "text-dark" => "brown", "text-light" => "peach", ); $colourschemes['brown'] = array( "image" => "brown", "background" => "brown", "foreground" => "dk brown", "border" => "dk brown", "text" => "peach", "text-dark" => "black", "text-light" => "peach", ); $colourschemes['red'] = array( "image" => "red", "background" => "red", "foreground" => "brick", "border" => "brick", "text" => "peach", "text-dark" => "dk brown", "text-light" => "peach", ); $colourschemes['orange'] = array( "image" => "orange", "background" => "orange", "foreground" => "dk orange", "border" => "brown", "text" => "black", "text-dark" => "black", "text-light" => "brown", ); $colourschemes['peach'] = array( "image" => "peach", "background" => "peach", "foreground" => "tan", "border" => "cream", "text" => "dk brown", "text-dark" => "black", "text-light" => "brown", ); $colourschemes['tan'] = array( "image" => "tan", "background" => "tan", "foreground" => "light brown", "border" => "light brown", "text" => "brown", "text-dark" => "dk brown", "text-light" => "brown", ); $colourschemes['cream'] = array( "image" => "cream", "background" => "cream", "foreground" => "beige", "border" => "dk brown", "text" => "dk brown", "text-dark" => "dk brown", "text-light" => "brown", ); $colourschemes['yellow'] = array( "image" => "yellow", "background" => "yellow", "foreground" => "mustard", "border" => "mustard", "text" => "brown", "text-dark" => "black", "text-light" => "brown", ); $colourschemes['green'] = array( "image" => "green", "background" => "green", "foreground" => "olive", "border" => "olive", "text" => "dk green", "text-dark" => "black", "text-light" => "dk green", ); $colourschemes['blue'] = array( "image" => "blue", "background" => "lt blue", "foreground" => "blue", "border" => "blue", "text" => "dk blue", "text-dark" => "black", "text-light" => "dk blue", ); $colourschemes['purple'] = array( "image" => "purple", "background" => "lt purple", "foreground" => "purple", "border" => "purple", "text" => "dk purple", "text-dark" => "black", "text-light" => "dk purple", ); ?>