CSS Color Background

Xanadu

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

Preview

Xanadu solid color background preview (#738678)

Color value: #738678

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #738678; }

HTML Code

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