CSS Color Background

Old Lavender

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

Preview

Old Lavender solid color background preview (#796878)

Color value: #796878

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #796878; }

HTML Code

<section class="hero old-lavender-bg"> <h2>Your content</h2> </section> <style> .old-lavender-bg { background-color: #796878; } </style>