Sweet Confectionery Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Confectionery Delight palette

Share this palette to:

Sweet Confectionery Delight color palette CSS

/* CSS */
.color-1 {
color: #f8d1a5;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #e76e50;
}
.color-4 {
color: #d72839;
}
.color-5 {
color: #c82d3a;
}

/* CSS Variables */
:root {
--color-1: #f8d1a5;
--color-2: #f4a462;
--color-3: #e76e50;
--color-4: #d72839;
--color-5: #c82d3a;
}

Sweet Confectionery Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d1a5, #f4a462, #e76e50, #d72839, #c82d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d1a5, #f4a462, #e76e50, #d72839, #c82d3a);
}

Sweet Confectionery Delight color palette created on .