CSS Color Background

Kobi

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

Preview

Kobi solid color background preview (#E79FC4)

Color value: #E79FC4

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E79FC4; }

HTML Code

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