marcelines ed918fc4f9
sync colors with figma (#487)
* fix: sync colors with figma

* feat: add changeset
2023-09-28 14:34:11 +01:00

10 lines
323 B
TypeScript

export const blur = {
'neutral-100/70': 'rgba(9 16 28 / 70%)',
'neutral-5/70': 'rgba(245 246 248 / 70%)',
'neutral-80/1': 'rgba(25 36 56 / 1%)',
'neutral-80/80': 'rgba(25 36 56 / 80%)',
'neutral-90/70': 'rgba(19 29 47 / 70%)',
'neutral-95/70': 'rgba(13 22 37 / 70%)',
'white/70': 'rgba(255 255 255 / 70%)',
}