Use Vue 3 CSS v-bind feature to bind component state directly to stylesheets.
<template> <div :style="{ backgroundColor: themeColor }">Swatches</div> </template>