CSS Color Background

Halayà Úbe

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

Preview

Halayà Úbe solid color background preview (#663854)

Color value: #663854

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #663854; }

HTML Code

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