These are the colors are used the most and will make up the majority of your UI. We use them for most of our text, backgrounds, and borders, as well as for things like secondary buttons and links.
Section Container 1. Full-width on mobile, constrained with padded content above. "max-w-7xl mx-auto sm:px-6 lg:px-8" NOTE: Added py-12'
These are the splashes of color that appear the most in our UI, and are the ones that determine the overall "look" of the site. We use these for things like primary actions, links, navigation items, icons, accent borders, or text we want to emphasize.
Section Container 2. Constrained with padded content. "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" NOTE: Added py-12.
These are the splashes of color that appear the most in our UI, and are the ones that determine the overall "look" of the site. We use these for things like primary actions, links, navigation items, icons, accent borders, or text we want to emphasize.
Section Container 3. Full-width on mobile, constrained to breakpoint with padded content above mobile. This keeps everything to the same width at each breakpoint vs. smoothly increasing and decreasing the size of elements enclosed by the container. "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" NOTE: Added pt-12.
These colors are used fairly conservatively throughout our UI to avoid overpowering our primary colors. We use them when we need an element to stand out, or to reinforce things like error states or positive trends with the appropriate semantic color.
Section Container 4. Constrained to breakpoint with padded content. See notes above. Just adds padding to mobile. "container mx-auto px-4 sm:px-6 lg:px-8" NOTE: Added py-12
These colors are used fairly conservatively throughout our UI to avoid overpowering our primary colors. We use them when we need an element to stand out, or to reinforce things like error states or positive trends with the appropriate semantic color.
Section Container 5. Narrow constrained with padded content. Not a container, so goes down to mobile smoothly from what looks like iPad size "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" NOTE: Added py-12