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