CSS Color Background

New York Pink

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

Preview

New York Pink solid color background preview (#D7837F)

Color value: #D7837F

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #D7837F; }

HTML Code

<section class="hero new-york-pink-bg"> <h2>Your content</h2> </section> <style> .new-york-pink-bg { background-color: #D7837F; } </style>