Last updated: September 3, 2026
My Palette for Flaticon ("the extension") is a free, independent browser extension. It is not affiliated with Flaticon or Freepik Company.
storage API.| Data | What it contains | Where it's stored | Purpose |
|---|---|---|---|
| Palette | The hex colors you save, an optional name, and when you added them | chrome.storage.sync (syncs across your own signed-in Chrome browsers, via your
Google account — standard Chrome behavior, not something the extension itself transmits) |
Show your saved colors in the popup, dashboard, and on Flaticon pages |
| History | Colors you applied or that were detected from Flaticon's own color picker, the Flaticon page URL/title they came from, and a timestamp | chrome.storage.local (this device only) |
Let you look back at and re-save recently used colors |
| First-run flag | A boolean marking whether you've seen the welcome screen | chrome.storage.local |
Show the welcome banner only once |
| Settings | Your preference for whether the floating palette button shows up on Flaticon pages | chrome.storage.sync |
Remember that choice across your devices |
None of this data is visible to us (the developers), to Flaticon, or to any third party. It never leaves your browser except through Chrome's own built-in sync mechanism, which is controlled by your Google account settings, not by this extension.
storage — to save your palette and history as described above.https://www.flaticon.com/* — so the content script can show the
floating palette panel and (best-effort) detect colors picked with Flaticon's own color tool. The
extension does not run on, or request access to, any other website.The extension does not request access to your browsing history, cookies, tabs on other sites, or any personally identifiable information.
chrome.storage.sync follows Chrome's own sync data lifecycle and Google
Account settings.The extension itself does not integrate any analytics, advertising, or tracking SDKs, and does not communicate with any server operated by us or anyone else.
This website (the page you're reading now) is a separate, static informational site about the extension. It uses a free, anonymous page-view counter (no cookies, no personal data collected) shown in the footer — that counter has no connection to the extension or to anything you store in it.
If this policy changes, the updated version will be posted on this page and in the extension's GitHub repository, with a new "Last updated" date.
Questions about this policy or the extension's data handling can be sent via: