Tucker McKnight <tmcknight@instructure.com> | Sun Mar 08 2026
more colors for palette
24 25
**Note: If you installed your browser using a flatpak, it won't be able to see the
local CSS files because of how they restrict accesst to your local files. While this
is very cool, it can be kind of inconvenient for local HTML/CSS development.**24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
**Note: If you installed your browser using a flatpak, it won't be able to see the
local CSS files because of how they restrict accesst to your local files. While this
is very cool, it can be kind of inconvenient for local HTML/CSS development.**
possible expanded color palette: https://coolors.co/556df0-852cdf-ff549b-8ec323-f8e276-f49530-edabb8-e273fa-7388fa-80f8d4
```css
/* CSS HEX */
--electric-sapphire: #556df0ff;
--blue-violet: #852cdfff;
--wild-strawberry: #ff549bff;
--yellow-green: #8ec323ff;
--jasmine: #f8e276ff;
--carrot-orange: #f49530ff;
--cherry-blossom: #edabb8ff;
--mauve-magic: #e273faff;
--cornflower-blue: #7388faff;
--aquamarine: #80f8d4ff;
```