CSS Color Background

Wild Blue Yonder

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

Preview

Wild Blue Yonder solid color background preview (#A2ADD0)

Color value: #A2ADD0

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A2ADD0; }

HTML Code

<section class="hero wild-blue-yonder-bg"> <h2>Your content</h2> </section> <style> .wild-blue-yonder-bg { background-color: #A2ADD0; } </style>