Caramel Delight Color Palette

Discover the beautiful Caramel Delight color palette featuring twine (#c39969), ferra (#7b4c4c), gold sand (#e8c39b), congo brown (#593d36) and woody brown (#3c2a2a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBrown, Caramel, Chocolate, 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 Caramel Delight palette

Share this palette to:

💻 Caramel Delight color palette CSS

/* CSS */
.color-1 {
color: #c39969;
}
.color-2 {
color: #7b4c4c;
}
.color-3 {
color: #e8c39b;
}
.color-4 {
color: #593d36;
}
.color-5 {
color: #3c2a2a;
}

/* CSS Variables */
:root {
--color-1: #c39969;
--color-2: #7b4c4c;
--color-3: #e8c39b;
--color-4: #593d36;
--color-5: #3c2a2a;
}

🌈 Caramel Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c39969, #7b4c4c, #e8c39b, #593d36, #3c2a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c39969, #7b4c4c, #e8c39b, #593d36, #3c2a2a);
}

Caramel Delight color palette created on .