CSS Color Background

Pale Chestnut

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

Preview

Pale Chestnut solid color background preview (#DDADAF)

Color value: #DDADAF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #DDADAF; }

HTML Code

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