CSS Color Background

Bright Ube

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

Preview

Bright Ube solid color background preview (#D19FE8)

Color value: #D19FE8

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D19FE8; }

HTML Code

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