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: #f4e2c3;
}
.color-2 {
color: #e4b472;
}
.color-3 {
color: #d69b4c;
}
.color-4 {
color: #c7893d;
}
.color-5 {
color: #a45d2d;
}
/* CSS Variables */
:root {
--color-1: #f4e2c3;
--color-2: #e4b472;
--color-3: #d69b4c;
--color-4: #c7893d;
--color-5: #a45d2d;
}
Sweet Confectionery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2c3, #e4b472, #d69b4c, #c7893d, #a45d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2c3, #e4b472, #d69b4c, #c7893d, #a45d2d);
}
Similar color palettes
Sweet Confectionery color palette created on .