CSS Color Background

Shimmering Blush

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

Preview

Shimmering Blush solid color background preview (#D98695)

Color value: #D98695

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D98695; }

HTML Code

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