CSS Background Color Generator

The background color property defines an element's background color.

Preview

Properties

Code

.element {
  background-color: #3498db;
}