CSS Color Background

Yellow (Pantone)

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

Preview

Yellow (Pantone) solid color background preview (#FEDF00)

Color value: #FEDF00

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FEDF00; }

HTML Code

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