Sweet Confectionery Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Confectionery palette

Share this palette to:

Sweet Confectionery color palette CSS

/* CSS */
.color-1 {
color: #f8db9b;
}
.color-2 {
color: #f3c0a5;
}
.color-3 {
color: #f1a7b6;
}
.color-4 {
color: #e27c78;
}
.color-5 {
color: #d65e5c;
}

/* CSS Variables */
:root {
--color-1: #f8db9b;
--color-2: #f3c0a5;
--color-3: #f1a7b6;
--color-4: #e27c78;
--color-5: #d65e5c;
}

Sweet Confectionery background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8db9b, #f3c0a5, #f1a7b6, #e27c78, #d65e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8db9b, #f3c0a5, #f1a7b6, #e27c78, #d65e5c);
}

Sweet Confectionery color palette created on .