CSS Color Background

Rose Ebony

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

Preview

Rose Ebony solid color background preview (#674846)

Color value: #674846

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #674846; }

HTML Code

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