Purple Cake Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Cake palette

Share this palette to:

Purple Cake color palette CSS

/* CSS */
.color-1 {
color: #f6d7b1;
}
.color-2 {
color: #f1b1d0;
}
.color-3 {
color: #e5a9e2;
}
.color-4 {
color: #c29fe5;
}
.color-5 {
color: #8e6fc3;
}

/* CSS Variables */
:root {
--color-1: #f6d7b1;
--color-2: #f1b1d0;
--color-3: #e5a9e2;
--color-4: #c29fe5;
--color-5: #8e6fc3;
}

Purple Cake background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7b1, #f1b1d0, #e5a9e2, #c29fe5, #8e6fc3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7b1, #f1b1d0, #e5a9e2, #c29fe5, #8e6fc3);
}

Purple Cake color palette created on .