Loading...

Pink Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Dream palette

Share this palette to:

Download Pink Dream Color Palette (PNG)

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: #ff7092;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ffb69e;
}
.color-4 {
color: #ffd5c2;
}
.color-5 {
color: #ffeedb;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff998a;
--color-3: #ffb69e;
--color-4: #ffd5c2;
--color-5: #ffeedb;
}

Pink Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff998a, #ffb69e, #ffd5c2, #ffeedb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff998a, #ffb69e, #ffd5c2, #ffeedb);
}

Pink Dream color palette created on .