Color Palette Generator by JSFiddle (original) (raw)
InputLicense Designed by David Jonathan Ross
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
MonoflowLicense Designed by Finaltype
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
Fira CodeDesigned by Nikita Prokopov (for Mozilla)
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
Source Code ProDesigned by Paul D. Hunt (Adobe)
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
ArrayLicense Designed by James Hultquist-Todd
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
HackDesigned by Chris Simpkins / Source Foundry
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
IosevkaDesigned by Belleve Invis
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
Azo MonoLicense Designed by Rui Abreu & Francisco Torres
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
CoFo Sans MonoLicense Designed by Maria Doreuli, Krista Radoeva
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
Monaspace ArgonDesigned by GitHub Next
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
Monaspace NeonDesigned by GitHub Next
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
Monaspace KryptonDesigned by GitHub Next
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
Monaspace RadonDesigned by GitHub Next
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
Monaspace XenonDesigned by GitHub Next
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
InconsolataDesigned by Raph Levien
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
MonoidDesigned by Andreas Larsen
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
Roboto MonoDesigned by Christian Robertson (Google)
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
Anonymous ProDesigned by Mark Simonson
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
JetBrains MonoDesigned by JetBrains
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
PT MonoDesigned by ParaType
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
Fantasque Sans MonoDesigned by Jany Belluz
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
Noto MonoDesigned by Google
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
MononokiDesigned by Matthias Tellen
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }
Commit MonoDesigned by Eigil Nikolajsen
const DecodeHtmlEntity = (string) => { string.replace(/&#(d+);/g, (match, dec) => { if (match === String){ return String.fromCharCode(dec) } }) }