Sweet Indulgence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Indulgence palette

Share this palette to:

Sweet Indulgence color palette CSS

/* CSS */
.color-1 {
color: #f6e1b6;
}
.color-2 {
color: #d3a778;
}
.color-3 {
color: #9f4d3c;
}
.color-4 {
color: #8b3c4a;
}
.color-5 {
color: #4a2b3d;
}

/* CSS Variables */
:root {
--color-1: #f6e1b6;
--color-2: #d3a778;
--color-3: #9f4d3c;
--color-4: #8b3c4a;
--color-5: #4a2b3d;
}

Sweet Indulgence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1b6, #d3a778, #9f4d3c, #8b3c4a, #4a2b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1b6, #d3a778, #9f4d3c, #8b3c4a, #4a2b3d);
}

Sweet Indulgence color palette created on .