CSS Color Background

Japanese Violet

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

Preview

Japanese Violet solid color background preview (#5B3256)

Color value: #5B3256

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #5B3256; }

HTML Code

<section class="hero japanese-violet-bg"> <h2>Your content</h2> </section> <style> .japanese-violet-bg { background-color: #5B3256; } </style>