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: #1d1d1b;
}
.color-2 {
color: #4c3e3e;
}
.color-3 {
color: #7a5c5c;
}
.color-4 {
color: #c4b0a1;
}
.color-5 {
color: #f5e5d1;
}

/* CSS Variables */
:root {
--color-1: #1d1d1b;
--color-2: #4c3e3e;
--color-3: #7a5c5c;
--color-4: #c4b0a1;
--color-5: #f5e5d1;
}

Sweet Indulgence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1d1b, #4c3e3e, #7a5c5c, #c4b0a1, #f5e5d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1d1b, #4c3e3e, #7a5c5c, #c4b0a1, #f5e5d1);
}

Sweet Indulgence color palette created on .