CSS Color Background

Bluebonnet

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

Preview

Bluebonnet solid color background preview (#1C1CF0)

Color value: #1C1CF0

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #1C1CF0; }

HTML Code

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