CSS Color Background

Baby Powder

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

Preview

Baby Powder solid color background preview (#FEFEFA)

Color value: #FEFEFA

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FEFEFA; }

HTML Code

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