Brown Butterscotch Color Palette
Discover the beautiful Brown Butterscotch color palette featuring whiskey (#d39969), santa fe (#b77b4e), sepia skin (#a35a3e), cumin (#8c3a21) and metallic copper (#6f2c1b).
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 Butterscotch palette
๐ป Brown Butterscotch color palette CSS
/* CSS */
.color-1 {
color: #d39969;
}
.color-2 {
color: #b77b4e;
}
.color-3 {
color: #a35a3e;
}
.color-4 {
color: #8c3a21;
}
.color-5 {
color: #6f2c1b;
}
/* CSS Variables */
:root {
--color-1: #d39969;
--color-2: #b77b4e;
--color-3: #a35a3e;
--color-4: #8c3a21;
--color-5: #6f2c1b;
} ๐ Brown Butterscotch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d39969, #b77b4e, #a35a3e, #8c3a21, #6f2c1b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d39969, #b77b4e, #a35a3e, #8c3a21, #6f2c1b);
} ๐ Explore similar color palettes
Brown Butterscotch color palette created on .