Pink Bakery Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Bakery palette

Share this palette to:

Pink Bakery color palette CSS

/* CSS */
.color-1 {
color: #f6c3b6;
}
.color-2 {
color: #f29e7d;
}
.color-3 {
color: #e67e5b;
}
.color-4 {
color: #c65a4e;
}
.color-5 {
color: #a2343c;
}

/* CSS Variables */
:root {
--color-1: #f6c3b6;
--color-2: #f29e7d;
--color-3: #e67e5b;
--color-4: #c65a4e;
--color-5: #a2343c;
}

Pink Bakery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c3b6, #f29e7d, #e67e5b, #c65a4e, #a2343c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c3b6, #f29e7d, #e67e5b, #c65a4e, #a2343c);
}

Similar color palettes

Scroll down to explore 5 Aesthetic color palettes

Pink Bakery color palette created on .