CSS Color Background

Moonstone Blue

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

Preview

Moonstone Blue solid color background preview (#73A9C2)

Color value: #73A9C2

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #73A9C2; }

HTML Code

<section class="hero moonstone-blue-bg"> <h2>Your content</h2> </section> <style> .moonstone-blue-bg { background-color: #73A9C2; } </style>