CSS Color Background

Twilight Lavender

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

Preview

Twilight Lavender solid color background preview (#8A496B)

Color value: #8A496B

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #8A496B; }

HTML Code

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