Note: There is no simple way to color the padding: background-color normally affects everything inside the border.
background-color
As a work-around, we use the following CSS to restrict the background color to the content box:
background-clip: content-box;