CSS Color Background

Thulian Pink

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

Preview

Thulian Pink solid color background preview (#DE6FA1)

Color value: #DE6FA1

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #DE6FA1; }

HTML Code

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