hypnagaga/src/scss/colours/primary/_grey.scss
2023-07-22 13:56:02 +01:00

13 lines
262 B
SCSS

:root {
--grey-50: #f9fafb;
--grey-100: #f3f4f6;
--grey-200: #e5e7eb;
--grey-300: #d1d5db;
--grey-400: #9ca3af;
--grey-500: #6b7280;
--grey-600: #4b5563;
--grey-700: #374151;
--grey-800: #1f2937;
--grey-900: #111827;
--grey-950: #030712;
}