The background-color property sets the background color of an element.
background-color
Syntax: background-color: value;
background-color: value;
.box { background-color: #ef4444; padding: 20px; border-radius: 8px; color: white; }
The color property sets the color of text foreground.
color