Chromafy 作者: Prajwal
Apply generated color palettes to any website using specific class names or CSS variables. Use your own or any other website as a playground to see which color combination looks the best.
1 位使用者1 位使用者
擴充套件後設資料
畫面擷圖
關於此擴充套件
Chromafy helps users apply color palettes to any website. User can generate different color palettes, customize them, export them as css code or download as a file, and go to previously selected palettes. These palettes are then applied to the website in the background when the extension is launched. The user has to give certain class names to html elements or use css variables and the appropriate colors will be given to those elements.
Example showing use of class names to apply color palettes:
class = "bg-chroma-secondary-25"
Applies the secondary color from your palette with 25% opacity to the background (CSS background-color property) of an element.
class = "fg-chroma-primary"
Applies the primary color from your palette to the foreground text (CSS color property) of an element.
CSS variables can be used similarly, it does not require specifiying "bg" or "fg":
<css-selector>{
background-color: var(--chroma-primary-75, #fff);
}
refer to the documentation here to understand everything related to Chromafy: https://chromafy.vercel.app/docs/setup
Say goodbye to the hassle of trying out different colors one by one. Browse through, generate and customize color palettes while applying them to any website simultaneously, all with just a few tweaks in the code. It can be helpful for users who want to select the best colors for their website on their own website as a playground.
Updates:
• Version 1.1
- rearranged buttons, updated icons
- added information card
Example showing use of class names to apply color palettes:
class = "bg-chroma-secondary-25"
Applies the secondary color from your palette with 25% opacity to the background (CSS background-color property) of an element.
class = "fg-chroma-primary"
Applies the primary color from your palette to the foreground text (CSS color property) of an element.
CSS variables can be used similarly, it does not require specifiying "bg" or "fg":
<css-selector>{
background-color: var(--chroma-primary-75, #fff);
}
refer to the documentation here to understand everything related to Chromafy: https://chromafy.vercel.app/docs/setup
Say goodbye to the hassle of trying out different colors one by one. Browse through, generate and customize color palettes while applying them to any website simultaneously, all with just a few tweaks in the code. It can be helpful for users who want to select the best colors for their website on their own website as a playground.
Updates:
• Version 1.1
- rearranged buttons, updated icons
- added information card
由 1 位評論者給出 0 分
權限與資料
更多資訊
- 版本
- 1.1
- 大小
- 839.94 KB
- 最近更新
- 2 年前 (2024年6月6日)
- 授權條款
- CC BY-NC-ND
- 隱私權保護政策
- 閱讀此附加元件的隱私權保護政策
- 版本紀錄
- 新增至收藏集