CSS Color Background

Pastel Orange

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

Preview

Pastel Orange solid color background preview (#FFB347)

Color value: #FFB347

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFB347; }

HTML Code

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