CSS Color Background

Periwinkle

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

Preview

Periwinkle solid color background preview (#CCCCFF)

Color value: #CCCCFF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #CCCCFF; }

HTML Code

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