Spiced Confectionery Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spiced Confectionery Delight palette
Spiced Confectionery Delight color palette CSS
/* CSS */
.color-1 {
color: #d76d3c;
}
.color-2 {
color: #f2a65f;
}
.color-3 {
color: #f6d9b6;
}
.color-4 {
color: #a44d28;
}
.color-5 {
color: #703c24;
}
/* CSS Variables */
:root {
--color-1: #d76d3c;
--color-2: #f2a65f;
--color-3: #f6d9b6;
--color-4: #a44d28;
--color-5: #703c24;
}
Spiced Confectionery Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d76d3c, #f2a65f, #f6d9b6, #a44d28, #703c24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d76d3c, #f2a65f, #f6d9b6, #a44d28, #703c24);
}
Similar color palettes
Spiced Confectionery Delight color palette created on .