Festive Confectionery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Festive Confectionery palette
Festive Confectionery color palette PNG image
Festive Confectionery color palette CSS
/* CSS */
.color-1 {
color: #b45b27;
}
.color-2 {
color: #e36c45;
}
.color-3 {
color: #f19f79;
}
.color-4 {
color: #e7c1b1;
}
.color-5 {
color: #d9c5bf;
}
/* CSS Variables */
:root {
--color-1: #b45b27;
--color-2: #e36c45;
--color-3: #f19f79;
--color-4: #e7c1b1;
--color-5: #d9c5bf;
}
Festive Confectionery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b45b27, #e36c45, #f19f79, #e7c1b1, #d9c5bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b45b27, #e36c45, #f19f79, #e7c1b1, #d9c5bf);
}
Similar color palettes
Festive Confectionery color palette created on .