CSS Color Background

Snow

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

Preview

Snow solid color background preview (#FFFAFA)

Color value: #FFFAFA

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #FFFAFA; }

HTML Code

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