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

11 lines
145 B
CSS

:root {
--white: #fff;
--gray-100: #e5e5e5;
--gray-300: #bdbdbd;
--gray-500: #333;
--orange-300: #f6ad55;
--orange-500: #ed8936;
}