Palettes Catalog
Palettes come from the palettes workspace and are preloaded in the playground.
Ordering follows the source structure:
- first level: category order (based on palettes source folders)
- second level: palette slug order inside each category (alphabetical)
Source folder: https://github.com/tsparticles/tsparticles/tree/main/palettes
Available palette groups
Atmosphere (12 palettes)
colored-smoke-ambercolored-smoke-bluecolored-smoke-greencolored-smoke-magentacolored-smoke-orangecolored-smoke-purplecolored-smoke-rainbowcolored-smoke-redcolored-smoke-tealdust-hazefog-morningvolcanic-ash
Atmospheric (10 palettes)
heat-dualityheat-hazelightningshockwavesmoke-coldsmoke-warmsunrise-goldsunset-binarythermal-mapthunderstorm
Confetti (12 palettes)
confetticonfetti-goldconfetti-monochrome-blueconfetti-monochrome-greenconfetti-monochrome-pinkconfetti-monochrome-purpleconfetti-monochrome-redconfetti-neonconfetti-pastelconfetti-patrioticconfetti-rainbowconfetti-winter
Earth (7 palettes)
causticsdesert-sandmud-and-dirtoil-slickrock-and-gravelrust-and-corrosionskin-and-organic
Fantasy (8 palettes)
bioluminescenceblood-and-gorefairy-dustholy-lightice-magicice-triadjellyfish-glowpoison-and-venom
Fire (8 palettes)
candlelightembers-and-ashfirefire-seedfull-fire-gradientlava-lampmetal-sparksmolten-metal
Fireworks (24 palettes)
fireworks-bluefireworks-blue-strokefireworks-copperfireworks-copper-strokefireworks-goldfireworks-gold-strokefireworks-greenfireworks-green-strokefireworks-icefireworks-ice-strokefireworks-multicolorfireworks-multicolor-strokefireworks-neonfireworks-neon-strokefireworks-pastelfireworks-pastel-strokefireworks-purplefireworks-purple-strokefireworks-rainbowfireworks-rainbow-strokefireworks-redfireworks-red-strokefireworks-silverfireworks-silver-stroke
Impact (7 palettes)
bullet-hitexplosion-debrisglass-burstmeteor-impactnuclear-glowshockwave-blastsplatter-dark
Monochromatic (14 palettes)
monochrome-bluesmonochrome-brownmonochrome-cyanmonochrome-goldmonochrome-greensmonochrome-noirmonochrome-orangesmonochrome-pinksmonochrome-purplesmonochrome-redsmonochrome-silvermonochrome-tealmonochrome-whitemonochrome-yellows
Nature (9 palettes)
autumn-leavescherry-blossomdandelion-seedsearthy-naturefirefliesforest-canopypollen-and-sporessnowfallspring-bloom
Optics (7 palettes)
bokeh-coldbokeh-goldbokeh-pastelholographic-shimmerlaser-scatterlens-flare-dustprism-spectrum
Pastel (5 palettes)
pastel-coolpastel-dreampastel-mintpastel-sunsetpastel-warm
Space (10 palettes)
aurora-borealiscosmic-radiationdark-mattergalaxy-dustlagoonnebulaportalpulsarsolar-windsupernova
Spectrum (10 palettes)
acid-paircmy-secondariesduality-blue-yellowduality-green-magentaduality-red-cyanfull-spectrumokabe-ito-accessibleprism-scatterrainbowrgb-primaries
Tech (9 palettes)
crt-phosphorglitchhologramlofi-warmmatrix-rainneon-citynetwork-nodesplasma-arcvaporwave
Vibrant (5 palettes)
vibrantvibrant-electricvibrant-neonvibrant-retrovibrant-tropical
Water (8 palettes)
deep-oceanfoam-and-bubblesfog-coastalink-in-waterrainrising-bubbleswaterwater-splash
All palettes currently published on npm are included in the website playground preload.
Some palettes can appear in the monorepo before publication; those will be added here as soon as their packages are available.
Quick usage
await tsParticles.load({
id: "tsparticles",
options: {
preset: "links",
palette: "rock-and-gravel",
fullScreen: {
enable: false,
},
},
});You can combine the same palette with different presets to get visual variants without rewriting the rest of the options.
Use /playground/palettes to test them with explicit Start/Pause controls.
