Pink Birthday Cake Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Birthday Cake palette

Share this palette to:

Pink Birthday Cake color palette CSS

/* CSS */
.color-1 {
color: #f1a7b8;
}
.color-2 {
color: #f6c4a2;
}
.color-3 {
color: #f2df9c;
}
.color-4 {
color: #e4d6b4;
}
.color-5 {
color: #f9b1ae;
}

/* CSS Variables */
:root {
--color-1: #f1a7b8;
--color-2: #f6c4a2;
--color-3: #f2df9c;
--color-4: #e4d6b4;
--color-5: #f9b1ae;
}

Pink Birthday Cake background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b8, #f6c4a2, #f2df9c, #e4d6b4, #f9b1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b8, #f6c4a2, #f2df9c, #e4d6b4, #f9b1ae);
}

Pink Birthday Cake color palette created on .