CSS Color Background

Ruber

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

Preview

Ruber solid color background preview (#CE4676)

Color value: #CE4676

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CE4676; }

HTML Code

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