practice-time-shopping-list.../styles/variables.css

10 lines
171 B
CSS
Raw Normal View History

2022-11-08 12:35:21 +00:00
:root {
--white: #fff;
--gray-100: #e5e5e5;
--gray-300: #bdbdbd;
--gray-500: #333333;
--orange-300: #f6ad55;
--orange-500: #ed8936;
}