Skip to content

Instantly share code, notes, and snippets.

@SalocinDotTEN
Created October 22, 2018 09:21
Show Gist options
  • Save SalocinDotTEN/2836b5b9d9cb3c8e210403b4abf23739 to your computer and use it in GitHub Desktop.
Save SalocinDotTEN/2836b5b9d9cb3c8e210403b4abf23739 to your computer and use it in GitHub Desktop.
<?php
$colours = array('#FDA...', '#83B...', '#53A...', '#BE3...', '#A24...');
echo $colours[$integerParam % count($colours) - 1];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment