Pink Bakery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Bakery palette
Pink Bakery color palette CSS
/* CSS */
.color-1 {
color: #f9e2b4;
}
.color-2 {
color: #f1c7a7;
}
.color-3 {
color: #ebb9b2;
}
.color-4 {
color: #d99ba3;
}
.color-5 {
color: #c57c9c;
}
/* CSS Variables */
:root {
--color-1: #f9e2b4;
--color-2: #f1c7a7;
--color-3: #ebb9b2;
--color-4: #d99ba3;
--color-5: #c57c9c;
}
Pink Bakery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e2b4, #f1c7a7, #ebb9b2, #d99ba3, #c57c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e2b4, #f1c7a7, #ebb9b2, #d99ba3, #c57c9c);
}
Similar color palettes
Scroll down to explore 60 Aesthetic color palettes
Pink Bakery color palette created on .