CSS Color Background

Rajah

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

Preview

Rajah solid color background preview (#FBAB60)

Color value: #FBAB60

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FBAB60; }

HTML Code

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