CSS Color Background

Barbie Pink

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

Preview

Barbie Pink solid color background preview (#DA1884)

Color value: #DA1884

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #DA1884; }

HTML Code

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