CSS Color Background

Pomp and Power

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

Preview

Pomp and Power solid color background preview (#86608E)

Color value: #86608E

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #86608E; }

HTML Code

<section class="hero pomp-and-power-bg"> <h2>Your content</h2> </section> <style> .pomp-and-power-bg { background-color: #86608E; } </style>