Fashion Collection Theme Board Assembler
Configure details in the Data Configuration tab and click "Generate Theme Board" to see the full document here.
Error: Please enter a Collection Name and Mood Statement in the Data Configuration tab.
`; return; } // 1. Color Swatches HTML var swatchesHtml = data.colors.map(function(c) { var textClass = (parseInt(c.hex.substring(1), 16) > 0xffffff / 2) ? 'black' : 'white'; // Simple light/dark detection return `${c.name}
${c.hex}
${data.name}
Date Generated: ${new Date().toLocaleDateString()}
MOOD & CONCEPT
${data.mood}
COLOR PALETTE
${swatchesHtml || '
No colors defined.
'}MATERIALS
-
${materialsHtml || '
No materials defined.
'}SILHOUETTES & INFLUENCE
-
${silhouettesHtml || '
No silhouettes defined.
'}