Salted Caramel & Chai Latte Color Palette

Discover the beautiful Salted Caramel & Chai Latte color palette featuring cameo (#d4b19b), tan (#c89c7e), barley corn (#a77e62), yellow metal (#7b5d3d) and quincy (#5c3d2d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Brown, Caramel, Chocolate, Coffee, Cream, Earthy, 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 Salted Caramel & Chai Latte palette

Share this palette to:

💻 Salted Caramel & Chai Latte color palette CSS

/* CSS */
.color-1 {
color: #d4b19b;
}
.color-2 {
color: #c89c7e;
}
.color-3 {
color: #a77e62;
}
.color-4 {
color: #7b5d3d;
}
.color-5 {
color: #5c3d2d;
}

/* CSS Variables */
:root {
--color-1: #d4b19b;
--color-2: #c89c7e;
--color-3: #a77e62;
--color-4: #7b5d3d;
--color-5: #5c3d2d;
}

🌈 Salted Caramel & Chai Latte background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b19b, #c89c7e, #a77e62, #7b5d3d, #5c3d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b19b, #c89c7e, #a77e62, #7b5d3d, #5c3d2d);
}

Salted Caramel & Chai Latte color palette created on .