Brown Salted Caramel Color Palette

Discover the beautiful Brown Salted Caramel color palette featuring my sin (#ffbb29), flush orange (#fa7d00), cedar wood finish (#752900), atomic tangerine (#ffa970) and peach orange (#ffd79e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Orange, Brown, Yellow, Warm, Vibrant, Autumn, Earthy, Bright, Soft 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 Brown Salted Caramel palette

Share this palette to:

๐Ÿ’ป Brown Salted Caramel color palette CSS

/* CSS */
.color-1 {
color: #ffbb29;
}
.color-2 {
color: #fa7d00;
}
.color-3 {
color: #752900;
}
.color-4 {
color: #ffa970;
}
.color-5 {
color: #ffd79e;
}

/* CSS Variables */
:root {
--color-1: #ffbb29;
--color-2: #fa7d00;
--color-3: #752900;
--color-4: #ffa970;
--color-5: #ffd79e;
}

๐ŸŒˆ Brown Salted Caramel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbb29, #fa7d00, #752900, #ffa970, #ffd79e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbb29, #fa7d00, #752900, #ffa970, #ffd79e);
}

Brown Salted Caramel color palette created on .