- Generate your complete HSL
:rootin seconds — pick your color, pick your mode, done.- Inspired by modern HSL design systems.
- ⚡ Instant snippet expansion — Just by pressing
CTRL+Alt+H - 🎨 7 color presets — Purple, Blue, Pink, Green, Cyan, Orange, Red
- 🌗 Dark & Light mode — full HSL palette for both
- 🖱️ Smart cursor — auto-jumps to
--hueafter insert - 🪶 Zero config — works out of the box
- Open any
.cssfile in Acode - Press
CTRL+Alt+H - Choose your color from the dropdown
- Choose your mode — Dark or Light
:rootsnippet appears instantly ✅
| Color | Hue Value |
|---|---|
| 🟣 Purple (default) | 255 |
| 🔵 Blue | 220 |
| 🩷 Pink | 300 |
| 🟢 Green | 110 |
| 🩵 Cyan | 180 |
| 🟠 Orange | 15 |
| 🔴 Red | 358 |
Want a custom hue? Change
--huevalue after insert. Explore more at hslpicker.com or htmlcolorcodes.com
:root {
--header-height: 3.5rem;
--hue: 255;
--first-color: hsl(var(--hue), 60%, 64%);
--first-color-alt: hsl(var(--hue), 80%, 56%);
--first-color-alt-2: hsl(var(--hue), 60%, 56%);
--first-color-light: hsl(var(--hue), 60%, 74%);
--title-color: hsl(240, 8%, 95%);
--text-color: hsl(240, 8%, 70%);
--text-color-light: hsl(240, 8%, 50%);
--body-color: hsl(240, 100%, 2%);
--container-color: hsl(240, 8%, 6%);
}- Works on
.cssfiles only - Requires Acode v1.12.6+ (minVersionCode 1001)
Found a bug or have an idea? Open an issue here → Click here
This project is developed and maintained in my free time. If you find it useful, you can help support future development through a small contribution.
Your support helps with:
- 🛠️ Maintenance and bug fixes
- 🚀 New features and improvements
- 📦 Faster development updates
- ❤️ Keeping the project alive
You can support this project through:
Every contribution, no matter how small, helps keep the project active and continuously improving.
Supporters may have the opportunity to receive:
- Pre-release versions
- Beta testing access
- Early access to upcoming features
- Preview of major updates before public release
Please note that beta access is not guaranteed for every supporter, but contributors may be prioritized when testing new releases.
If you enjoy using this plugin, consider leaving a review on:
- Acode Marketplace
- GitHub Repository
A positive review or even a simple ⭐ star helps more users discover the project and supports its growth.
Whether you contribute through donations, feedback, bug reports, reviews, or simply by using the plugin, your support is greatly appreciated.
Thank you for helping make this project better for everyone.