CSS Color Background

Atomic Tangerine

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

Preview

Atomic Tangerine solid color background preview (#FF9966)

Color value: #FF9966

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FF9966; }

HTML Code

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