CSS Color Background

French Wine

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

Preview

French Wine solid color background preview (#AC1E44)

Color value: #AC1E44

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #AC1E44; }

HTML Code

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