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: #4b3d3a;
}
.color-2 {
color: #7e6c63;
}
.color-3 {
color: #c5b19b;
}
.color-4 {
color: #e2c5a7;
}
.color-5 {
color: #f5e6d6;
}

/* CSS Variables */
:root {
--color-1: #4b3d3a;
--color-2: #7e6c63;
--color-3: #c5b19b;
--color-4: #e2c5a7;
--color-5: #f5e6d6;
}

Sweet Indulgence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d3a, #7e6c63, #c5b19b, #e2c5a7, #f5e6d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d3a, #7e6c63, #c5b19b, #e2c5a7, #f5e6d6);
}

Sweet Indulgence color palette created on .