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: #f7b1d7;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #4eb7ac;
}

/* CSS Variables */
:root {
--color-1: #f7b1d7;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #f0e78e;
--color-5: #4eb7ac;
}

Pink Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b1d7, #ff6e61, #ffb84d, #f0e78e, #4eb7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b1d7, #ff6e61, #ffb84d, #f0e78e, #4eb7ac);
}

Pink Dream color palette created on .