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: #ffb8b3;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f7a4a1;
}
.color-4 {
color: #ffa07a;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #ffb8b3;
--color-2: #ff6e61;
--color-3: #f7a4a1;
--color-4: #ffa07a;
--color-5: #ff4d4d;
}

Pink Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb8b3, #ff6e61, #f7a4a1, #ffa07a, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb8b3, #ff6e61, #f7a4a1, #ffa07a, #ff4d4d);
}

Pink Dream color palette created on .