CSS Color Background

Bisque

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

Preview

Bisque solid color background preview (#FFE4C4)

Color value: #FFE4C4

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFE4C4; }

HTML Code

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