Pink Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Dream palette

Share this palette to:

Pink Dream color palette PNG image

Download pink dream color palette PNG image (landscape)
Download pink dream color palette PNG image (square)

Pink Dream color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #f5008f;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ffb3c1;
}
.color-5 {
color: #ffdbe8;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #f5008f;
--color-3: #ff7092;
--color-4: #ffb3c1;
--color-5: #ffdbe8;
}

Pink Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #f5008f, #ff7092, #ffb3c1, #ffdbe8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #f5008f, #ff7092, #ffb3c1, #ffdbe8);
}

Pink Dream color palette created on .