CSS Color Background

Thistle

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

Preview

Thistle solid color background preview (#D8BFD8)

Color value: #D8BFD8

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D8BFD8; }

HTML Code

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