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

10 lines
162 B
CSS

:root {
--white: #FFFFFF;
--gray-100: #E5E5E5;
--gray-300: #BDBDBD;
--gray-500: #333333;
--orange-300: #F6AD55;
--orange-500: #ED8936;
}