Sweet Confectionery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Confectionery palette
Sweet Confectionery color palette CSS
/* CSS */
.color-1 {
color: #f8db9b;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f68a1e;
}
.color-4 {
color: #c34c28;
}
.color-5 {
color: #8c2b2b;
}
/* CSS Variables */
:root {
--color-1: #f8db9b;
--color-2: #f1c84b;
--color-3: #f68a1e;
--color-4: #c34c28;
--color-5: #8c2b2b;
}
Sweet Confectionery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8db9b, #f1c84b, #f68a1e, #c34c28, #8c2b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8db9b, #f1c84b, #f68a1e, #c34c28, #8c2b2b);
}
Similar color palettes
Sweet Confectionery color palette created on .