@@ -88,10 +88,8 @@ const BrandBook = () => {
8888 < SplitSection id = "colors" label = "Color Palette" >
8989 < div className = "flex flex-col gap-2" >
9090 < div className = "flex gap-2" >
91- < div className = "w-8 h-8 rounded-full bg-primary-dark" title = "primary" />
92- < div className = "w-8 h-8 rounded-full bg-primary-light" title = "discreet-shade" />
93- < div className = "w-8 h-8 rounded-full bg-discreet-light" title = "discreet-light" />
94- < div className = "w-8 h-8 rounded-full bg-discreet-egg" title = "discreet-egg" />
91+ < div className = "w-8 h-8 rounded-full bg-primary-dark" title = "primary-dark" />
92+ < div className = "w-8 h-8 rounded-full bg-primary-light" title = "primary-light" />
9593 < div className = "w-8 h-8 rounded-full bg-squash-red" title = "squash-red" />
9694 < div className = "w-8 h-8 rounded-full bg-squash-green" title = "sqash-green" />
9795 </ div >
@@ -103,12 +101,17 @@ const BrandBook = () => {
103101 < div className = "w-8 h-8 rounded-full bg-warning-800" title = "warning-800" />
104102 </ div >
105103 < div className = "flex gap-2" >
106- < div className = "w-8 h-8 rounded-full bg-dark-50" title = "dark-50" />
107- < div className = "w-8 h-8 rounded-full bg-dark-200" title = "dark-200" />
108- < div className = "w-8 h-8 rounded-full bg-dark-600" title = "dark-600" />
109- < div className = "w-8 h-8 rounded-full bg-dark-700" title = "dark-700" />
110- < div className = "w-8 h-8 rounded-full bg-dark-800" title = "dark-800" />
111- < div className = "w-8 h-8 rounded-full bg-dark-950" title = "dark-950" />
104+ < div className = "w-8 h-8 rounded-full bg-contrast-50" title = "contrast-50" />
105+ < div className = "w-8 h-8 rounded-full bg-contrast-100" title = "contrast-100" />
106+ < div className = "w-8 h-8 rounded-full bg-contrast-200" title = "contrast-200" />
107+ < div className = "w-8 h-8 rounded-full bg-contrast-300" title = "contrast-300" />
108+ < div className = "w-8 h-8 rounded-full bg-contrast-400" title = "contrast-400" />
109+ < div className = "w-8 h-8 rounded-full bg-contrast-500" title = "contrast-500" />
110+ < div className = "w-8 h-8 rounded-full bg-contrast-600" title = "contrast-600" />
111+ < div className = "w-8 h-8 rounded-full bg-contrast-700" title = "contrast-700" />
112+ < div className = "w-8 h-8 rounded-full bg-contrast-800" title = "contrast-800" />
113+ < div className = "w-8 h-8 rounded-full bg-contrast-900" title = "contrast-900" />
114+ < div className = "w-8 h-8 rounded-full bg-contrast-950" title = "contrast-950" />
112115 </ div >
113116 </ div >
114117 </ SplitSection >
0 commit comments