Sweet Indulgence Color Palette

Discover the beautiful Sweet Indulgence color palette featuring heavy metal (#1d1d1b), matterhorn (#4c3e3e), russett (#7a5c5c), bison hide (#c4b0a1) and albescent white (#f5e5d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Brown, Earthy, Vintage, Warm color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

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 .