CSS Color Background

Cream

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

Preview

Cream solid color background preview (#FFFDD0)

Color value: #FFFDD0

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFFDD0; }

HTML Code

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