CSS Color Background

Skobeloff

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

Preview

Skobeloff solid color background preview (#007474)

Color value: #007474

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #007474; }

HTML Code

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