@phaserjs/phaser
Version:
24 lines (23 loc) • 400 B
JavaScript
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
export const CGA = [
"#000",
"#2234d1",
"#0c7e45",
"#44aacc",
"#8a3622",
"#5c2e78",
"#aa5c3d",
"#b5b5b5",
"#5e606e",
"#4c81fb",
"#6cd947",
"#7be2f9",
"#eb8a60",
"#e23d69",
"#ffd93f",
"#fff"
];