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
๐ก 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
๐ป 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);
}
๐ Explore similar color palettes
Brown Salted Caramel color palette created on .