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 CSS

/* CSS */
.color-1 {
color: #f3aad8;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb347;
}
.color-4 {
color: #a3d7e0;
}
.color-5 {
color: #f7c5c5;
}

/* CSS Variables */
:root {
--color-1: #f3aad8;
--color-2: #ff6e61;
--color-3: #ffb347;
--color-4: #a3d7e0;
--color-5: #f7c5c5;
}

Pink Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3aad8, #ff6e61, #ffb347, #a3d7e0, #f7c5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3aad8, #ff6e61, #ffb347, #a3d7e0, #f7c5c5);
}

Pink Dream color palette created on .