CSS Color Background

Light Thulian Pink

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

Preview

Light Thulian Pink solid color background preview (#E68FAC)

Color value: #E68FAC

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E68FAC; }

HTML Code

<section class="hero light-thulian-pink-bg"> <h2>Your content</h2> </section> <style> .light-thulian-pink-bg { background-color: #E68FAC; } </style>