CSS Color Background

Tomato

Pure CSS color background: #FF6347. Use this solid color for personal and commercial creative projects.

Preview

Tomato solid color background preview (#FF6347)

Color value: #FF6347

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #FF6347; }

HTML Code

<section class="hero tomato-bg"> <h2>Your content</h2> </section> <style> .tomato-bg { background-color: #FF6347; } </style>