Pink Cake Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Cake palette

Share this palette to:

Pink Cake color palette CSS

/* CSS */
.color-1 {
color: #f9e1ae;
}
.color-2 {
color: #f5c7b2;
}
.color-3 {
color: #f3a0c0;
}
.color-4 {
color: #f282c2;
}
.color-5 {
color: #e64c8c;
}

/* CSS Variables */
:root {
--color-1: #f9e1ae;
--color-2: #f5c7b2;
--color-3: #f3a0c0;
--color-4: #f282c2;
--color-5: #e64c8c;
}

Pink Cake background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e1ae, #f5c7b2, #f3a0c0, #f282c2, #e64c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e1ae, #f5c7b2, #f3a0c0, #f282c2, #e64c8c);
}

Pink Cake color palette created on .