Pink Milkshake Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Milkshake palette

Share this palette to:

Pink Milkshake color palette CSS

/* CSS */
.color-1 {
color: #f8cebf;
}
.color-2 {
color: #f6b6b1;
}
.color-3 {
color: #f7abc6;
}
.color-4 {
color: #f7b9a1;
}
.color-5 {
color: #f1e2c1;
}

/* CSS Variables */
:root {
--color-1: #f8cebf;
--color-2: #f6b6b1;
--color-3: #f7abc6;
--color-4: #f7b9a1;
--color-5: #f1e2c1;
}

Pink Milkshake background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8cebf, #f6b6b1, #f7abc6, #f7b9a1, #f1e2c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8cebf, #f6b6b1, #f7abc6, #f7b9a1, #f1e2c1);
}

Pink Milkshake color palette created on .