CSS Color Background

Aureolin

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

Preview

Aureolin solid color background preview (#FDEE00)

Color value: #FDEE00

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FDEE00; }

HTML Code

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