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: #f9a4b2;
}
.color-2 {
color: #f6cbd8;
}
.color-3 {
color: #f4e1e5;
}
.color-4 {
color: #f1f5f8;
}
.color-5 {
color: #e3a1c1;
}

/* CSS Variables */
:root {
--color-1: #f9a4b2;
--color-2: #f6cbd8;
--color-3: #f4e1e5;
--color-4: #f1f5f8;
--color-5: #e3a1c1;
}

Pink Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a4b2, #f6cbd8, #f4e1e5, #f1f5f8, #e3a1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a4b2, #f6cbd8, #f4e1e5, #f1f5f8, #e3a1c1);
}

Pink Dream color palette created on .