Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export default function Colors() {
return (
Colors
We have two main color palettes - a UI color palette (primary and
secondary colors) and an illustration color palette that has some expanded
colors for selective use.
Primary
Secondary
Grayscale
export default function Colors() {
return (
Colors
We have two main color palettes - a UI color palette (primary and
secondary colors) and an illustration color palette that has some
expanded colors for selective use.
Primary
<div style="{group}">
</div>
Secondary
<div style="{group}">
</div>
Grayscale
<div style="{group}">
</div>