CSS Color Background

Pastel Yellow

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

Preview

Pastel Yellow solid color background preview (#FDFD96)

Color value: #FDFD96

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FDFD96; }

HTML Code

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