Pastel Pink Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Pink Dream palette

Share this palette to:

Pastel Pink Dream color palette CSS

/* CSS */
.color-1 {
color: #ffade1;
}
.color-2 {
color: #ffb199;
}
.color-3 {
color: #ffdd80;
}
.color-4 {
color: #99f1ff;
}
.color-5 {
color: #80ffec;
}

/* CSS Variables */
:root {
--color-1: #ffade1;
--color-2: #ffb199;
--color-3: #ffdd80;
--color-4: #99f1ff;
--color-5: #80ffec;
}

Pastel Pink Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffade1, #ffb199, #ffdd80, #99f1ff, #80ffec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffade1, #ffb199, #ffdd80, #99f1ff, #80ffec);
}

Pastel Pink Dream color palette created on .