CSS Color Background

Spiro Disco Ball

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

Preview

Spiro Disco Ball solid color background preview (#0FC0FC)

Color value: #0FC0FC

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #0FC0FC; }

HTML Code

<section class="hero spiro-disco-ball-bg"> <h2>Your content</h2> </section> <style> .spiro-disco-ball-bg { background-color: #0FC0FC; } </style>