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

10 lines
162 B
CSS
Raw Normal View History

2022-11-10 00:21:08 +00:00
:root {
--white: #FFFFFF;
--gray-100: #E5E5E5;
--gray-300: #BDBDBD;
--gray-500: #333333;
--orange-300: #F6AD55;
--orange-500: #ED8936;
}